Created
April 19, 2012 06:48
-
-
Save brito/2419200 to your computer and use it in GitHub Desktop.
Small Rotations
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
/* Small Rotations*/ | |
* { transition:all 500ms } | |
body { perspective:5em; font:200px Georgia; background:#fff } | |
a { color:#b6d437; text-decoration:none } | |
@keyframes spin { to { transform:rotateY(360deg) }} | |
section { | |
background:url(//small-demos.com/wp-content/uploads/logo.svg) no-repeat; | |
background-size:contain; height:2em; | |
transform-origin:71.3%; animation:spin 4s alternate infinite cubic-bezier(1,-1,1,-1) } | |
nav { opacity:0 } | |
nav:hover { opacity:1 } |
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":"split","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