transform icon indicating copy to clipboard operation
transform copied to clipboard

jQuery 2d transformation plugin

Results 20 transform issues
Sort by recently updated
recently updated
newest added

From readme.md (second line) ``` This library uses native CSS3 transformations in supported browsers and relies on **teh** matrix filter in Internet Explorer 8 and below. ``` "teh" should obviously...

I would like to be able to return the existing rotation value so that I can set the new rotation to be the existing value + difference. Unless there is...

I am tired of needing to download the entire project Use jsfiddle.net or any other way

I have some absolutely positioned elements inside of a relative container which are being animated. One of the animations is reflectY - it's also the only animation I'm using that...

wrong written `filter:progid:DXImageTransform.Microsoft.Matrix(...)` could do wrong things! perhaps thats the bug you try to workaround. just like dokumented a misstyped command in your filter. `sizingMethod` could be better `SizingMethod` dokumentation...

example here: http://jsfiddle.net/eTjxK/3/ viewing this in firefox, chrome, ie 9, looks as it should - rotating element with origin set to 0 0 results in it being at outside top...

Every test, except test.html, currently fail with various script errors.

Hi, Your 2d transform library is impressive! I'm the author of the Zoomooz library and I've been thinking about replacing animation and transform code of my own with those in...

I found an issue where if you have an element that is already absolutely positioned (in IE), upon rotation, the element will be re-positioned to top: 0, left: 0. Is...

In Internet Explorer there is a problem with the relative or absolute positioned elements within a transformed object. These elements don't transform in the correct way. An example: I have...