Skip to content

Instantly share code, notes, and snippets.

@thomasfl
Created September 23, 2015 05:20
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 thomasfl/cddaa804d0c76a47abe8 to your computer and use it in GitHub Desktop.
Save thomasfl/cddaa804d0c76a47abe8 to your computer and use it in GitHub Desktop.
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