eugenii / jqueryrotate

Automatically exported from code.google.com/p/jqueryrotate
1 stars 0 forks source link

Center origin IE Problem #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a html and add a image in body
2. Style with CSS and change it origin (-ms-transform-origin, 
transform-origin..)
3. Use JQueryRotate on that image

What is the expected output? What do you see instead?
The expected was that the image rotate and the center of rotate was the origin 
style, but on IE it dont happend.

What version of the product are you using? On what operating system?
JqueryRotate 2.1 - Windows 7

Please provide any additional information below.
img {
-webkit-transform-origin: 257px 566px; /* Safari and Chrome */
-moz-transform-origin: 257px 566px; /* Firefox */
transform-origin: 257px 566px;
-o-transform-origin: 257px 566px; /* Opera */
-ms-transform-origin:257px 566px; /* IE 9 */
}

$('img').rotate({animateTo:160});

Original issue reported on code.google.com by DouglasG...@gmail.com on 8 Mar 2012 at 5:31

GoogleCodeExporter commented 9 years ago
Invalid/WontFix - this is limitation of current plugin 

Original comment by wil...@gmail.com on 8 Mar 2012 at 10:49

GoogleCodeExporter commented 9 years ago
You have any ideas what can I do to fix it? Any strange idea is welcome :)

Original comment by DouglasG...@gmail.com on 8 Mar 2012 at 11:12

GoogleCodeExporter commented 9 years ago
As for now changing center of rotation is not supported.

However you could use a jQueryRotate ver.3 and put an image inside a bigger 
container and rotate that container. This way you can get different center of 
rotation.

Original comment by wil...@gmail.com on 8 Mar 2012 at 11:25

GoogleCodeExporter commented 9 years ago
That is a great idea, but where can I get the jQueryRotate v3? 

Original comment by DouglasG...@gmail.com on 9 Mar 2012 at 1:42

GoogleCodeExporter commented 9 years ago
Read main page of a plugin website (jqueryrotate.googlecode.com) and you will 
find it :)

Original comment by wil...@gmail.com on 10 Mar 2012 at 2:57