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, Safari 4), Firefox and older browsers don't. But they all support programatic animations via scripting. FakeSmile makes declarative animations works in those too.

Valid XHTML 1.0 Strict Valid CSS