A light weight Javascript animation library based on requestAnimationFrame.
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 polyfillwindow.performance.now()
. For more detail please read animationFrame doc -
easing: A bag of ease equations. For more detail please read easing doc
Please feel free to create an issue if there are any problems.
MIT