Modern CSS opens up new possibilities for designing animated web user-interfaces, with the @keyframes
rule and css transform
and transition
properties.
A List Apart recently published UI Animation and UX: A Not-So-Secret Friendship, outlining good design patterns for using animation, and includes a number of useful links for further reading, including information on the performance cost to the browser of these new-ish features. .