4 JavaScript animation libraries
Animations is a weapon for ranking your website. You can keep people in your website for a long time. Micro animations and scroll based animations and more cool. In this article I will share 5 JavaScript animations libraries.
1. GSAP
Greensock animations are the most popular library for building animations. It can be used in VannilaJS and React like frameworks. Check the docs here
2. AnimeJS
Anime.js is another famous library for making animations. You can easily make animations with less code. Check the docs here
3. MoJS
Mo.JS is a library for making motion effect with JavaScript. It's really cool and have lots of features. You can make tons of cool micro interactions for your website.
4. ThreeJS
Three.JS is a WebGL based library for render 2d and 3d graphics in your website. You can make game style websites using ThreeJS. There are cool websites made with ThreeJS. Like bruno-simon. Checkout docs here