Skip to content

Instantly share code, notes, and snippets.

@timohausmann
Created July 26, 2013 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timohausmann/6088488 to your computer and use it in GitHub Desktop.
Save timohausmann/6088488 to your computer and use it in GitHub Desktop.
javascript: xTransform
(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