CSS Animation
Posted by Dave Hyatt on Wednesday, October 31st, 2007 at 1:06 amWe have another cool new CSS feature to talk about: animation specified in CSS. There is a lot of ground to cover here, so we’ll start with the basics first.
The simplest kind of animation that we’ve added support for is called a transition. Normally when the value of a CSS property changes, the [...]