Created
January 14, 2018 16:53
-
-
Save tomprogers/035d96282b51b455b71cbda3fa56f4ee to your computer and use it in GitHub Desktop.
micro explainer of CSS 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
// x : lean back | |
// y : revolving door from front | |
// z : twist clockwise | |
// transform: rotate3d(0,1,1,45deg); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment