Created
April 17, 2012 02:48
-
-
Save brito/2403058 to your computer and use it in GitHub Desktop.
perspective
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
/* perspective */ | |
* { transition:all 261ms cubic-bezier(.6,0,1,0.6) } | |
body { perspective:.6em; font-size:400px; | |
background:#fff } | |
@keyframes spin { | |
38.1% { transform:rotateX(111.24deg) } | |
61.8% { transform:rotateY(137.49deg) }} | |
section { background:hsla(222.45,61.8%,38.1%,.3); | |
margin:20% auto; border-radius:.381em; | |
width:1em; height:1em; | |
transform-origin:38%; | |
animation:spin 26180ms infinite alternate } | |
/* todo: | |
http://css-tricks.com/snippets/css/webkit-keyframe-animation-syntax/ | |
http://desandro.github.com/3dtransforms/docs/perspective.html | |
*/ |
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
<section></section> |
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
{"view":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment