wilq32-pwitkowski / jqueryrotate

jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
http://jqueryrotate.com
151 stars 58 forks source link

Detect mozTransform to cover Firefox #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Rotate a picture in Firefox 4

What is the expected output? What do you see instead?
Expected: Use of -moz-transform
Result: Use of Canvas

What version of the product are you using? On what operating system?
MacOS X 10.6.7 Firefox 4

Please provide any additional information below.
I fixed this with the addition of " mozTransform to the "toCheck" String.

Original issue reported on code.google.com by alexande...@gmail.com on 24 Mar 2011 at 6:12

GoogleCodeExporter commented 9 years ago
Fixed in 2.1 version

Original comment by wil...@gmail.com on 28 Mar 2011 at 7:00