Share Posted August 30, 2015 AFAIK, the only way to apply an easing function to a timeline is to tween the .progress() of that timeline. It's great that this works but it would be really handy to have direct support to specify an easing function to a timeline. Not sure how involved that feature would be. 1 Link to comment Share on other sites More sharing options...
Share Posted August 31, 2015 Thanks for the suggestion. In addition to tweening the progress(), TimelineMax has: TimelineMax.tweenFrom() / tweenFromTo(), tweenTo(), which basically do the same thing. http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/tweenTo/ We are very hesitant to add features to the API that can easily be achieved in other ways, especially when the functionality is more of an edge-case. 4 Link to comment Share on other sites More sharing options...
Author Share Posted September 8, 2015 I didn't know that I can use tweenTo to do this. Thanks for the info. 1 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