Share Posted July 10, 2018 Hi Friends, I'm trying to scrub to different labels in my timeline using `tweenTo` and I want the time to tween there to be 1s no matter where in the timeline I start from. Is there any way to set a time duration on a `.tweenTo`? See the Pen MBWqYX by elegantseagulls (@elegantseagulls) on CodePen Link to comment Share on other sites More sharing options...
Share Posted July 10, 2018 Hi @elegantseagulls You can add the duration like this: jetTL.tweenTo('turn0').duration(1); Happy tweening. 5 1 Link to comment Share on other sites More sharing options...
Author Share Posted July 10, 2018 @PointC Oh, dang! Thanks! Not sure why that didn't cross my mind. 3 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