Jump to content
Search Community

tweenTo and timeScale [SOLVED]

gerrydesign test
Moderator Tag

Recommended Posts

First of all, thanks for putting this together.

 

This probably is a newb question, how do you set a timeScale when using tweenTo in TimelineMax.

 

I'm doing something like:

myTimelineMax.tweenTo("my_frame_label"{timeScale:4}); <--Tried it but didn't seem to change the timeScale :(

 

TIA, Donated $50, this very helpful

 

-G

Link to comment
Share on other sites

Good point - the reason timeScale didn't work for you was because tweenTo() creates a TweenLite instance but TweenLite doesn't have a timeScale feature (only TweenMax does). But I just posted an update that causes the TimelineMax's timeScale to be honored when you do a tweenTo(). So you can just set its timeScale directly and then tweenTo() and it'll factor the timeScale into the tween's duration.

 

Thanks for the support. It's always great to see Club GreenSock members in the forums. :)

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...