Hacker News new | ask | show | jobs
by _dte 5351 days ago
The benefits of CSS animations are plenty. Unfortunately, support is still very scarce: the Webkit team brought the animation property to the CSS3 specification. Mozilla have only very recently added support in Firefox.

however, both Microsoft and Opera have announced support in their upcoming releases.

In my opinion, CSS animation are much easier to write than Javascript animations, and don't require external libraries such as jQuery.

1 comments

At this point I'm not sure most web developers consider jQuery an external library. Heh.