Jump to content
Search Community

No Response with Easing Params [SOLVED]

soupking test
Moderator Tag

Recommended Posts

I'm trying to make a Bounce.easeOut less bouncy.

 

I've changed the easing parameters per the Adobe white page, but TweenLite's not responding:

 

TweenLite.to(mc, 1.5, {_xscale:100, _yscale:100, ease:Bounce.easeOut, easeParams:[ .01, .01, .01, .01], overwrite:0});

 

I have this thing set to a minimum and nothing changes. I've tried a variety of variables amounts and nothing goes. ?

Link to comment
Share on other sites

I'm confused - Bounce.easeOut doesn't accept any extra easing parameters. Remember, easeParams is ONLY for the EXTRA easing parameters beyond the standard 4. Like Elastic.easeOut accepts 2 extra parameters (a total of 6 parameters), so you could alter those by passing easeParams:[0.5, 1] (or whatever).

 

http://help.adobe.com/en_US/AS3LCR/Flas ... ounce.html

 

I don't think you can alter the bounciness of the ease without editing the raw code or creating your own custom ease. I could be wrong though - I haven't done much research on it.

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