Created
July 26, 2013 12:27
-
-
Save timohausmann/6088488 to your computer and use it in GitHub Desktop.
javascript: xTransform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(a) { a.xTransform = function(b) { return { webkitTransform: b, mozTransform: b, transform: b }; } })(window); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment