Animate.css is a nice little library, but does not offer a lot of flexibility in terms of effect timings and customizations.
What are some useful CSS animations libraries that can be plugged in and used in any project?
For simple animations i use css3 transforms(translate, scale, skew, rotate) etc. But for more physics based animations and handling mounting and unmounting of components i use react-motion by Cheng Lou
Eduardo Zamora
Front End Developer
For pure CSS, i always used animate.css. But for animating using JS and CSS both here are my top options. Greensock.js and VelocityJS (i have done lots of fun stuff with this one)