Skip to content
A lightweight library of for easing based on Penner's easing equations.
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
test
.DS_Store
.gitignore Add Istanbul and Coveralls integration
.travis.yml
LICENSE
README.md Add some more badges to README.md
bower.json Release 1.0.1
easement.js
package.json Release 1.0.1

README.md

A lightweight library of for easing based on Penner's easing equations.

Bower npm version Build Status Coverage Status Code Climate

Installation

NPM

npm install easement.js

Bower

bower install easement.js

Documentation

For information on using easement.js, the included easing functions and writing custom easing functions see the documentation page!

Basic Usage

Easement.ease('easeInCirc', 100, {
    startTime: 75,
    endTime: 130,
    startValue: 21,
    endValue: 32
});

Contributions

Contributors are encouraged to submit Github Pull Request to contribute to the project. Contributors are encouraged to include adequate unit testing to any contributions.

Bitdeli Badge

Something went wrong with that request. Please try again.