Skip to content

Instantly share code, notes, and snippets.

@hagb4rd
Forked from gcyrillus/dabblet.css
Last active August 29, 2015 14:13
Show Gist options
  • Save hagb4rd/efdc0c54ee3aa03b583b to your computer and use it in GitHub Desktop.
Save hagb4rd/efdc0c54ee3aa03b583b to your computer and use it in GitHub Desktop.
/* Gcyrillus - exemple */
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
@keyframes hover_me {
0%, 100% {font-size:1em;}
50% {font-size:5em;}
}
a {animation-play-state:paused;
animation: hover_me 5s infinite;}
a:hover {
animation-play-state:running;
}
<a href="http://www.w3.org/TR/css3-transitions/">transitions</a> - <a href="http://www.w3.org/TR/css3-animations/">animations</a>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment