Jump to content
Search Community

DerGrosseZerstoerer

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by DerGrosseZerstoerer

  1. Hi.

     

    We have a GreenSock TweenMax animation. Now we want to pause an objects animation, and have it resume the animation later on at exactly that point. If we just use resume(), then the animation jumps forward of course. So we wanted to pass resume() or play() parameters to have the animation resume at the points where it was stopped. However, the parameters are ignored. It doesn't matter what we enter there. So, for example:

     

    object.pause() pauses the animation

    object.resume() makes it jump a little bit forward

    object.resume(0) does exactly the same, as does object.play(20) or whatever we try

     

    No error message is shown.

     

    What are we missing?

     

    Thanks for any help

×
×
  • Create New...