Jump to content
Search Community

Using Repeat to Bounce

soupking test
Moderator Tag

Recommended Posts

I've been trying to use Tweenmax's repeat functionality to bounce.

 

So far it's okay, but not great.

 

I'm doing this:

 

TweenMax.to(boy_mc, .5, {_y:15});

TweenMax.to(boy_mc, .5, {_y:20, delay:.5});

 

Is there a better way to do this? I try to run it faster and it just starts wigging out.

Link to comment
Share on other sites

Jack, you're an animation saint. Thanks for getting back to the thread.

 

Not sure about why I did things the way I did. I'll refer to your response and if I have questions, I'll retrn after I get onto this "bounce" ease you've created.

 

Best,

-soupking

Link to comment
Share on other sites

I don't think the Bounce ease is really what I'm looking for.

 

I need something to start on a _y plane go up 5 pixel then come back down. Like a bouncing ball that never succumbs to inertia. It just keeps bouncing for a given period of time.

 

What's the best TweenLite approach for something like this?

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