Animate element transform rotate

As far as I know, basic animates can’t animate non-numeric CSS properties. I believe you could get this done using a step function and the appropriate css3 transform for the users browser. CSS3 transform is a bit tricky to cover all your browsers in (IE6 you need to use the Matrix filter, for instance). EDIT: … Read more