Jump to content
Search Community

Andmirian

Members
  • Posts

    2
  • Joined

  • Last visited

Andmirian's Achievements

0

Reputation

  1. Andmirian

    Timeline

    That's freaking awesome, it knew that totalDuration function, but I didn't think of adding that tween last. Thanks appreciate it.
  2. Andmirian

    Timeline

    myTimeline.add(TweenLite.to(myCanvasObj, <end of timeline?>, { progress: 1, ease: Linear.easeNone }), 0); I have the following code on top, following by adding some other tweens, that extend to lets say 30 seconds. Is there a way to tell the tween that i want to animate it to the end of the timeline, in this case 30s without specifying 30? Because I might want to add new tweens and don't want to calculate the new time end everytime i add a new tween. Thanks.
×
×
  • Create New...