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

FR: add "amount" attr #11

Open
pixlpa opened this issue Mar 30, 2017 · 1 comment
Open

FR: add "amount" attr #11

pixlpa opened this issue Mar 30, 2017 · 1 comment

Comments

@pixlpa
Copy link

pixlpa commented Mar 30, 2017

I'm using ease on a project right now and the client wants to be able to adjust the curves, so I've been lerp-ing the output of ease objects with a linear value. Would be nice to add an "amount" attr to ease objects to do that internally like:
output = (eased*amount)+(linear*(1-amount));

@tap
Copy link
Contributor

tap commented Mar 30, 2017

Basically a "mix" or wet/dry. What if you wanted to put an ease function on that too? ;-)

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

No branches or pull requests

2 participants