Skip to content

Instantly share code, notes, and snippets.

@aaronblohowiak
Forked from LeaVerou/dabblet.css
Created February 23, 2014 04:11
Show Gist options
  • Save aaronblohowiak/9166716 to your computer and use it in GitHub Desktop.
Save aaronblohowiak/9166716 to your computer and use it in GitHub Desktop.
Unprefixed animations do nothing in Blink
/**
* Unprefixed animations do nothing in Blink
*/
@-webkit-keyframes foo {
to { background: lime; }
}
body { background: red; -webkit-animation: foo 1s infinite; }
<!-- 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