Jump to content
Search Community

Delay ignored when timeScale set

chrisgannon test
Moderator Tag

Recommended Posts

Good catch! Sorry about that - it should be fixed in the next release which you can preview at https://assets.codepen.io/16327/gsap-latest-beta.min.js

 

In the mean time, you can work around that by pushing the startTime() ahead by however long the delay was supposed to be: 

tl.timeScale(1.5).startTime(tl.startTime() + 2);

But again, that won't be necessary in the next release which we're hoping to push out within the next week or so. 

  • Like 1
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.
×
×
  • Create New...