Skip to content

Instantly share code, notes, and snippets.

@brito
Created April 19, 2012 06:48
Show Gist options
  • Save brito/2419200 to your computer and use it in GitHub Desktop.
Save brito/2419200 to your computer and use it in GitHub Desktop.
Small Rotations
/* 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 }
<section></section>
{"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