Share Posted December 28, 2009 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 More sharing options...
Share Posted December 29, 2009 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 More sharing options...
Author Share Posted December 29, 2009 Just plain amazing! Thanks for teh blazing fast response and update. U da man! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now