Skip to content

Instantly share code, notes, and snippets.

@roachhd
Forked from LeaVerou/dabblet.css
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/70387a2d0709b5249adc to your computer and use it in GitHub Desktop.
Save roachhd/70387a2d0709b5249adc to your computer and use it in GitHub Desktop.
/**
* animation-fill-mode with non-integer animation-iteration-count
*/
@keyframes foo { to { background: black }}
body {
animation: foo 3s .4 both linear;
}
// alert('Hello world!');
<!-- content to be placed inside <body>…</body> -->
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment