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

Feature Request: Custom Cubic-Bezier Easing functions #5

Open
dtex opened this issue Feb 23, 2015 · 0 comments
Open

Feature Request: Custom Cubic-Bezier Easing functions #5

dtex opened this issue Feb 23, 2015 · 0 comments

Comments

@dtex
Copy link

dtex commented Feb 23, 2015

var ease = require('ease');

var myCustomEase = ease.bezier(.17, .67, .83, .67);
var rawValue = 0.3;
var easedValue = myCustomEase(rawValue);

If this seems like a worthwhile addition I will work up a PR.

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

No branches or pull requests

1 participant