Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 09:48
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/f500ee881a4292ef03cb to your computer and use it in GitHub Desktop.
Save dhunmoon/f500ee881a4292ef03cb to your computer and use it in GitHub Desktop.
CSS: Transform Scale
transform: scale(x, y);
-webkit-transform: scale(x, y);
-moz-transform: scale(x, y);
-o-transform: scale(x, y);
-ms-transform: scale(x, y);
/*
For IE Support:
http://www.useragentman.com/IETransformsTranslator/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment