Animate.css - a bunch of plug-and-play CSS animations

Edit
I bet you know you can do animation with CSS alone (like those rotate, bounce-in, fade-in and fade-out), and compare to doing animation with javascript, CSS animation will make use of hardware acceleration, which means it will be smoother and nicer. Someone has put up a big set of CSS classes with animation in it, so if you want a particular animation to apply to an element just add the class to that element.
e.g. $('.mydiv').addClass('shake');
and yes you still need javascript to add a class to an element. Enjoy!

Animate.css - a bunch of plug-and-play CSS animations
Animate.css - a bunch of plug-and-play CSS animations Animate.css - a bunch of plug-and-play CSS animations Reviewed by DF on 1:34:00 AM Rating: 5
©DF. Powered by Blogger.