Skip to content

Instantly share code, notes, and snippets.

@alatzl
Created December 10, 2013 22:05
Show Gist options
  • Save alatzl/7901103 to your computer and use it in GitHub Desktop.
Save alatzl/7901103 to your computer and use it in GitHub Desktop.
CSS3 3d Transform
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment