Created
September 23, 2015 05:20
-
-
Save thomasfl/cddaa804d0c76a47abe8 to your computer and use it in GitHub Desktop.
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
object { | |
transform-origin: 0 0; | |
transform: rotate(15deg) translateX(230px) scale(1.5, 2.6) skew(220deg, -150deg) translateX(230px) | |
} | |
#object { | |
transform-origin: 0 0; | |
transform: matrix(1.06, 1.84, 0.54, 2.8, 466px, 482px) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment