Created
May 17, 2012 06:55
-
-
Save brito/2717107 to your computer and use it in GitHub Desktop.
spinny
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
/* spinny */ | |
section { width:1em; height:1em; margin:auto; | |
border:1px solid black; background:hsla(137,100%,30%,.3); | |
transform-origin:50%; transform-style:preserve-3d } | |
@keyframes spin { 50% { transform:rotate3d(1,1,1,579.6deg) } } | |
#a { animation:spin 8s infinite } | |
#b { animation:spin 5s infinite } | |
#c { animation:spin 3s infinite } | |
body { font:26em/1 monospace; perspective:5em } | |
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 id=a> | |
<section id=b> | |
<section id=c></section> | |
</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":"140","seethrough":"1","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment