Shifting my Opinion on CSS Animations
6 May 2009
Having actually taken some time to implement CSS animations in an example, a light bulb clicked. The way I looked at how animations were declared and in what situations you would declare them suddenly changed. I believe I have done a 180 on this.
CSS transitions are easily my most used piece of ‘new’ CSS, followed closely by text-shadow. It makes it so easy to add superfluous, non-essential but experience-enhancing touches of animation that I’d never have time to add via javascript. I use them on practically every site I build now – it would be great if other browsers (ok, I really mean Firefox realistically) would implement them as well.
David Emery Online