Are there any libraries or plugins you would recommend (preferably for jQuery) that would handle CSS rotation and transformation in a cross browser manner?
So far I've found:
- CSS please, however as I understand these are just code snippets. And boy, they are ugly. I'd prefer to have this ugly css styles hidden somewhere within a library and not laying all over the place.
- jQuery seems to have a plugin for rotation named (surprise, surprise) jquery-rotate. However we all know, that jquery plugins vary very much in quality. Maybe someone has had experience with this one. EDIT: I overlooked the fact that it actually only handles image rotation.
- Rotating a Div Element in jQuery. However it's a little dated, and none of the answers seem to link to a library. Instead there are code snippets or information is provided how to do it all "by hand".