Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 09:45
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 dhunmoon/b5c7bbb52ff0f36ad510 to your computer and use it in GitHub Desktop.
Save dhunmoon/b5c7bbb52ff0f36ad510 to your computer and use it in GitHub Desktop.
CSS: Transform ScaleX
-ms-transform: scaleX(X);
-webkit-transform: scaleX(X);
-moz-transform: scaleX(X);
-o-transform: scaleX(X);
transform: scaleX(X);
/*
For IE8 or less support:
http://www.useragentman.com/IETransformsTranslator/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment