If you look at Martha Graham Google Doodle, its an animation.
Its not too long ago that you would not see such an animation on a web page without the use of Flash (or a similar plugin).
I am assuming its something HTML5 related, but I looked at the source and I thought things like this where supposed to use the <canvas> tag. I don't see one, and instead see several <div>s.
So what technique are they using?
Edit
After some more investigation it looks like they are using CSS Sprites in a really advanced way. It seems like it would be very tedious and time consuming to set something like this up manually. Are there any tools for this?



not too long ago that you would not see such an animation on a web page without the use of Flash- hmm, I must have just imagined that there existed a thing called '.gif' in the ancient days of the internet, with which such animation was (and still is) possible. – TZHX May 12 '11 at 7:48