Jump to content
Search Community

phoenix

Members
  • Posts

    2
  • Joined

  • Last visited

phoenix's Achievements

0

Reputation

  1. Well thanks! that was something I never knew before, I think I should re-read the documentation, since I'm still using old method. Keep up your good job!
  2. First of all, I would like to say thank you to the author, this is the best Tweening platform available, and I'm happy as paid customer. i always do this when i need to add a delay before onComplete callback triggered : var timeline:TimelineMax = new TimelineMax({paused:true,onComplete:completeHandler}); timeline.append(TweenMax.to(...})); timeline.append(TweenMax.to(...})); timeline.append(TweenMax.to(...})); timeline.append(TweenMax.to(this,1,{})); //adding delay before onComplete triggered timeline.play(); i was wondering is there any better solution to this? Cheers!
×
×
  • Create New...