How I made a jQuery plugin to use CSS3 animations
A while back, I stumbled across a very nice set of CSS3 animations by Dan Eden which are plug and play. All you do is add a class (ideally with javascript) to the element you want to animate and it… well… animates. This is great! Dan recommends that you use $(‘.bouncy’).addClass(‘bounceInDown’); to add the class with… Read more →