Jump to content
GreenSock

DerGrosseZerstoerer

TweenMax resume and pause functions do not accept parameters

Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

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

Link to comment
Share on other sites

hi and welcome to the GreenSock forums, 

 

Really tough to troubleshoot without seeing what you are doing.

 

I tried replicating what you described and everything seems to work as expected: http://codepen.io/GreenSock/pen/KdeoMq?editors=001

Please provide the simplest demo possible to illustrate the problem you are having. 

  • Like 3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×