What is SmoothAnimate?
SmoothAnimate is tiny, super lightweight (5.2kb minified) javascript plugin that is designed to replace horribly slow jQuery’s $.animate().
It makes your animations really smooth and fast unlike jQuery.
It’s even faster than CSS animations!
Why you’ll want it?
Features
- Faster than jQuery – a few tens of times faster!
- Smoother than CSS – indeed
- 28 predefined Easings – + your own custom cubic Bezier curves
- Small size – something about 5 kb in minified version
- Cross-browser code – support IE9+/Firefox/Chrome/Opera/Safari
- No Dependencies – written in pure JS, also works with jQuery
Check the Demo
Changelog
18 February 2016 – version 0.2.1
* Minor changes and fixes
11 February 2016 – version 0.2.0
* Initial release