Skip to content

Instantly share code, notes, and snippets.

@scottcorgan
Created June 11, 2012 23:30
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 scottcorgan/2913411 to your computer and use it in GitHub Desktop.
Save scottcorgan/2913411 to your computer and use it in GitHub Desktop.
CSS Perspective
@cubic-ease: cubic-bezier(.26,.67,.27,1);
-webkit-transition:all 200ms @cubic-ease;
-webkit-transform: perspective( 600px ) rotateY( -70deg ) scale(0.75);
-moz-transition:all 200ms @cubic-ease;
-moz-transform: perspective( 600px ) rotateY( -70deg ) scale(0.75);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment