Skip to content

tjdavey/easement.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published