Jump to content
Search Community

rustproof

Members
  • Posts

    1
  • Joined

  • Last visited

rustproof's Achievements

0

Reputation

  1. Greensock, I am a little confused. I was looking for how to reverse a timeline actually and found this post. Currently I made a presentation and use a back button that takes the whole timeline in reverse up to the next pause function in the timeline. It works fairly well. All though I was hoping in using your code I wouldn't have rewrite the entire timeline backwards. But currently when I do this I end up resetting the "slides" before and after the nested timelines to make sure they are in the sequence where the user left them. So far when tracing, the nested timelines never fire the onReverseComplete function which would be so much neater. Looking at this post, I noticed this section. myTween.currentTime = myTween.duration; //force it to the end Would that be necessary for forcing a TimeLineMax to the end for proper reversing. Does the timelineMax need to be told or forced to the end before reversing.
×
×
  • Create New...