A JavaScript library that allows you to animate web content

SMIL is a specification defining a set of elements that control animations. This is called declarative animations. FakeSmile is a SMIL implementation written in ECMAScript. It is primarily targeted to SVG animations.
Use a modern browser to see this example
While some browsers already support animations (Opera, Firefox, Safari and Chrome), others don't. But they all support programatic animations via scripting. FakeSmile makes declarative animations work in IE too.

Valid XHTML 1.0 Strict Valid CSS