DEV Community

Discussion on: Full CSS animations guide which allows you to build amazing websites

Collapse
 
gibbok profile image
GibboK • Edited

Hi Duomly, great article!

Just would like to mention two nice libraries for animations.
The first one based on CSS animations:

Animate.css: github.com/daneden/animate.css

The second based on Web Animations API which is basically a new JavaScript API for driving animated content on the web on which we no longer need to rely on DOM-heavy techniques like writing CSS properties and scoping classes onto elements to control playback direction.

You can give it a try here (disclaim I wrote this library ):

Animatelo: github.com/gibbok/animatelo