Created
December 10, 2013 22:05
-
-
Save alatzl/7901103 to your computer and use it in GitHub Desktop.
CSS3 3d Transform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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