Are there any good JavaScript libraries that can do this ?
These are usually done in flash
I have found this plugin so far, looking for others to evaluate.
Are there any good JavaScript libraries that can do this ?
These are usually done in flash
I have found this plugin so far, looking for others to evaluate.
If you just want an X degree rotation thing, we used this script from TwitPic (http://twitpic.com/1kg9w8). It was very easy to adapt. If you want some spinning thing, I guess you could combine this library with a timeout to have it move at intervals.
The following CSS properties (which can be set by JavaScript) are the best way to rotate elements:
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);