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.
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.