Jump to content
GreenSock

learner_7n

How to get the objects bouncing effect?

Moderator Tag

Recommended Posts

That effect might be simple tweens with the Bounce.easeOut ease or it could be more of a physics-based thing that uses an ENTER_FRAME script.

 

TweenLite.to(mc, 1, {y:"100", ease:Bounce.easeOut});

Link to comment
Share on other sites

Hi,

 

Thanks a lot for the help. Trying to repeat the same action.

 

Regards.

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.
×