Jump to content
Search Community

hafsa

Members
  • Posts

    8
  • Joined

  • Last visited

About hafsa

  • Birthday 12/02/1993

Contact Methods

Profile Information

  • Location
    France

Recent Profile Visitors

2,751 profile views

hafsa's Achievements

1

Reputation

  1. Thanks a lot for the quick reply ! what this code line means ? If reversed is diffrent then play then you revert ? tl.reversed() ? tl.play() : tl.pause(0).reversed(true); Sorry for my bad English
  2. Holla, I need to reset the animation when I close menu and open it again how can I do that ?? annimation works only the first time when I open menu !! thanks for help.
  3. Shaun Gorneau thanks for help !! 13 ligne only and it's easier to read
  4. Jonathan I have one last question !! why did you add "myG" at the end of TweenMax ?? the elementItem already contain the id "myG" ? TweenMax.to(elementItem, 1.3, { delay: elementAnimationDelay, //amount of delay in secons y: "-=40px", ease: Power2.easeOut, repeat:-1, yoyo:true, onCompleteParams:[elementItem], onComplete: elementMoveUp },"myG");
  5. Thank youuuu so much guys !! it worksssssssssssssssssss yay
  6. Thanks for the reply !!! actually i want it to remain in place and grow !!
  7. Hello, I would like to create a shadow mouvement for my little giraffe, but I don't know how to. Thanks for help.
×
×
  • Create New...