A clone of the jquery animate function for NEW BROWSERS ONLY!
For now, you need to add a vendor prefix for it to work, but it will work in future browsers just fine.
To use the function, add it as an element prototype and use it just like you would use the jquery animate function:
element.animate(properties,duration,callback)
Also, I am aware that my coding skills suck a bit =)
@atk
I really made it as a proof of concept.
I think I could make it animate only what is necessary in 140 bytes.... I'll try!
edit:
Ok, there is no way thats gonna happen...