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