Share Posted November 27, 2009 i have done example using :TweenMax.fromTo(mc, 1, {x:0, y:0}, {x:300, y:200}); but how i add easing to it hopeing for some tips Link to comment Share on other sites More sharing options...
Share Posted November 27, 2009 Try this: import com.greensock.easing.Expo; TweenMax.fromTo(mc, 1, {x:0, y:0}, {x:300, y:200, ease:Expo.easeOut}); Link to comment Share on other sites More sharing options...
Author Share Posted November 27, 2009 many many thanks tronicVota for so instant reply Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now