Jump to content
Search Community

TweenLite.from onComplete firing before and after

okletsgo test
Moderator Tag

Recommended Posts

import com.greensock.*;

TweenLite.from( test, 2, { x: 1000, onComplete: onCompleteHandler } );

function onCompleteHandler() : void {
	trace( 'hit' );
}

 

Is onComplete when using "from" intended to fire before and after? Because it is.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...