Skip to content

Instantly share code, notes, and snippets.

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