Jump to content
Search Community

nachocorrea22

Members
  • Posts

    1
  • Joined

  • Last visited

nachocorrea22's Achievements

0

Reputation

  1. TweenMax.staggerTo(".box", 1, {rotation:360, y:100}, 0.5, onCompleteAll:test); function test(){ alert("example") } Why doesn't work????? Green sock documentation: "Note that if you define an onComplete (or any callback for that matter) in the vars parameter, it will be called for each tween rather than the whole sequence. This can be very useful, but if you want to call a function after the entire sequence of tweens has completed, use the onCompleteAll parameter (the 5th parameter)."
×
×
  • Create New...