Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amplitude parametr does not work in the function SetEase for Ease.OutBounce #50

Closed
ShadowTM opened this issue Dec 15, 2015 · 2 comments
Closed
Labels

Comments

@ShadowTM
Copy link

Please use amplitude parametr for Ease.OutBounce

@Demigiant
Copy link
Owner

Hi!

The OutBounce ease is the default algorithm by Robert Penner, and doesn't use amplitude. As an alternative, you could either make the tween slower (which will make the bounce more soft), use a Punch tween, or create a custom AnimationCurve and use that as an ease.

@thygrrr
Copy link

thygrrr commented Feb 26, 2018

Hmm, an amplitude-based bounce does sound like a sensible request, though.

Penner's functions are very much antiquated design in terms of being mostly magic numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants