Skip to content

Instantly share code, notes, and snippets.

View luoshilu's full-sized avatar
🎯
Focusing

Shanta Conine luoshilu

🎯
Focusing
View GitHub Profile
/*
* transform: A jQuery cssHooks adding cross-browser 2d transform capabilities to $.fn.css() and $.fn.animate()
*
* limitations:
* - requires jQuery 1.4.3+
* - Should you use the *translate* property, then your elements need to be absolutely positionned in a relatively positionned wrapper **or it will fail in IE678**.
* - transformOrigin is not accessible
*
* latest version and complete README available on Github:
* https://github.com/louisremi/jquery.transform.js