A lightweight library of for easing based on Penner's easing equations.
npm install easement.js
bower install easement.js
For information on using easement.js, the included easing functions and writing custom easing functions see the documentation page!
Easement.ease('easeInCirc', 100, {
startTime: 75,
endTime: 130,
startValue: 21,
endValue: 32
});
Contributors are encouraged to submit Github Pull Request to contribute to the project. Contributors are encouraged to include adequate unit testing to any contributions.