Skip to content

Instantly share code, notes, and snippets.

@krishammons
Created January 21, 2016 22:58
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 krishammons/45be3fb8ec01568cc1ae to your computer and use it in GitHub Desktop.
Save krishammons/45be3fb8ec01568cc1ae to your computer and use it in GitHub Desktop.
Compiled CSS Transform
/* Compiled CSS */
.Block {
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment