Skip to content

Instantly share code, notes, and snippets.

@aaronblohowiak
Forked from LeaVerou/dabblet.css
Created February 23, 2014 04:14
Show Gist options
  • Save aaronblohowiak/9166735 to your computer and use it in GitHub Desktop.
Save aaronblohowiak/9166735 to your computer and use it in GitHub Desktop.
Unprefixed animations do nothing in Blink
/**
* Unprefixed animations do nothing in Blink
*/
@keyframes foo {
to { background: lime; }
}
div { background: red; animation: foo 1s infinite; }
<div> hi </div>
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment