Share Posted November 23, 2014 So I am using .reverse() method for my Timeline in some cases, The questions is how could I jump to the first frame instead of waiting for it to complete the reverse ? Link to comment Share on other sites More sharing options...
Share Posted November 23, 2014 Hi farhoudz there's several ways to jump in timelines , pls check the Docs : tl.seek(0) http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/seek/ tl.pause(0) http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/pause/ tl.play(0) http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/play/ tl.progress(0) http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/progress/ tl.time(0) http://greensock.com/docs/#/HTML5/GSAP/TimelineMax/time/ 2 Link to comment Share on other sites More sharing options...
Author Share Posted November 23, 2014 Thank you Diaco 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