Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 28, 2018 10:47
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 charisTheo/a36afb68a8954d0e30732eb7ab93ddb2 to your computer and use it in GitHub Desktop.
Save charisTheo/a36afb68a8954d0e30732eb7ab93ddb2 to your computer and use it in GitHub Desktop.
Browser support for transform-origin CSS property
-webkit-transform-origin: /* add value */;
-moz-transform-origin: /* add value */;
-ms-transform-origin: /* add value */;
-o-transform-origin: /* add value */;
transform-origin: /* add value */;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment