Share Posted March 27, 2012 how can i do reverse from specific scale/time/point in my timeline? Link to comment Share on other sites More sharing options...
Share Posted March 27, 2012 right now it is a 2 step process: 1: place the virtual playhead where you want to reverse from 2: tell the timeline to reverse tl.currentTime = 2; // jumps to 2 seconds in to the timeline tl.reverse(true); //reverse and forces the timeline to resume playback incase the tl was paused in the next release of the GreenSock Animation Platform this can be achieved with 1 command. stay tuned. Link to comment Share on other sites More sharing options...
Author Share Posted March 27, 2012 Great!!!, thanks. 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