0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Firefox 16 update More... over 11 years ago
Firefox 16 transform style returns a matrix rather than a string of transform functions. This broke the features of this jQuery patch in Firefox 16. It should be possible to parse the matrix for both scale and rotate (especially when scale is the same for both the X and Y axis), however the matrix does have disadvantages such as using its own units and also 45deg being indistinguishable from 45+360deg. To get around these issues, this patch tracks internally the scale, rotation, and rotation units for any elements that are .scale()'ed, .rotate()'ed, or animated. The major consequences of this are that 1. the scaled/rotated element will blow away any other transform rules applied to the same element (such as skew or scale), and 2. the scaled/rotated element is unaware of any preset scale or rotation initally set by page CSS rules. You will have to explicitly set the starting scale/rotation value. More... over 11 years ago
updated note about compatibility with Safari/Chrome/Webkit, Firefox 3.5+, IE 9+, and Opera 11+. More... almost 13 years ago
updated to jQuery 1.6 compatibile jquery-css-transform More... almost 13 years ago
updated dependency to add IE9 (Platform Preview 7+) support More... over 13 years ago
Fixed chaining of scale() and rotate() by returning "this" More... over 13 years ago
simple typo fix in README More... over 14 years ago
adding jquery-css-transform submodule More... almost 15 years ago
Initial add to git More... almost 15 years ago