Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.04 KB

animation.js

lerna

semantic-release

A light weight Javascript animation library based on requestAnimationFrame.

Introduce

This repostory contain three packages:

  • animation: A very small and simple but powerful animation javascript library. For more detail please read animation doc

  • animationFrame: A requestAnimationFrame and cancelAnimationFrame compatible javascript library which provide base support for the animation, meanwhile, I provide a method to polyfill window.performance.now(). For more detail please read animationFrame doc

  • easing: A bag of ease equations. For more detail please read easing doc

Contribute

Please feel free to create an issue if there are any problems.

License

MIT