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

Replaced $.curCSS with $.css since it was removed from jQuery 1.8 and breaks things in IE. Some more info at https://github.com/alohaeditor/Aloha-Editor/issues/692 Thanks!

Small fixes for webkit antializing bug.

This commit includes compatibility to jQuery 1.8 by adding tweener & tween hooks support.

When trying to use animate function with transformations. Like $("#foo").animate({ scale: 1.5 }, 1000);

Just wanted to post a comment regarding getting the original height and width of the element in IE that you don't have in other browsers. After looking for a workaround...

In jQuery 1.8, animation of skew and translate are broken. (Animation of scale seems to work, however.) Setting by $(selector).css({skewY: '10deg'}) works, but animating by $(selector).animate({skewY: '10deg'}) causes the following...

Hi, I am using your JQuery 2D transform plugin to rotate images as follows: $("#crop_container img").transform( { translateX: translateX+'px', translateY: translateY+'px', rotate: rotation+'deg' }); Where the crop_container is an absolutely...

Flash just disappears if embedded into a div using swfobject in Firefox only. I can hear the audio, and see the div... danged browsers.

When changing image source (as in for a rollover), the scaled elements render on screen momentarily in their "original" spot then flick into scale/place. Works fine in other browsers. tested...

http://stackoverflow.com/questions/11854946/css-jquery-transform-plugin-how-to-fix-blurry-text