forum

Home / DeveloperSection / Forums / jQuery Rotate Image Not On Center

jQuery Rotate Image Not On Center

Takeshi Okada327203-May-2013
Hi Mindstickians!

I'm having a bit of an issue trying to rotate an image on a particular point.

I've been using http://jsfiddle.net/YKj5D/ as an example; which works perfectly when wanting to rotate an image from its center point.

However, using the example above, i wanted to rotate the image around the letter G, how could this be achieved?

Current code:

function rotateGearStick()
{
var rotation = function (){
       $("#gear-stick").rotate({
          angle:0, 
          animateTo:110, 
       });
    }
    rotation();
}
Where gear-stick is the ID of my image.

I'm attempting to create an rev counter dial.

Thanks in advance!


Updated on 03-May-2013

Can you answer this question?


Answer

1 Answers

Liked By