How do I rotate an image in Javascript or CSS

Posted by Eric on Stack Overflow See other posts from Stack Overflow or by Eric
Published on 2010-03-02T23:09:18Z Indexed on 2010/04/16 14:13 UTC
Read the original article Hit count: 329

Filed under:
|
|
|

I am creating a simple game.

I want to use jQUERY to rotate the joints making it move. I am using .animate ( http://api.jquery.com/animate/ ) to animate CSS properties but if it is also possible to use Javscript, I can make my own custom code.

More TO-THE-POINT

How do I rotate images in CSS or Javascript? I prefer CSS but Javascript is fine too.

If it is impossible (which I am pretty sure it is but I am not giving up yet) is there any other possible way to do what i am trying to do without making a bunch of seperate images, each rotated a different way. Or can anyone at least give me an example of a site that does something similar.

EDIT: I need 1 CSS property (no -something: rotation(500deg);) that works with FireFox, Safari and Chrome because those are the only browsers I really work with.

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript