NOTE: FireFox 4.0 does not yet support the animation of transforms. Vendor Prefixes -moz – Mozilla -webkit – Safari, Chrome, WebKit -o – Opera .animated { -moz-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; } CSS Transform Module Allows 2D transformation of the rendered HTML element This isn’t even possible in Canvas Can be animated in Safar