Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created February 8, 2013 05:17
Show Gist options
  • Save aurelkurtula/4736801 to your computer and use it in GitHub Desktop.
Save aurelkurtula/4736801 to your computer and use it in GitHub Desktop.
Testing keyframes
/**
* Testing keyframes
*/
div {
width: 40px; height: 40px;
background: red;
animation: red-black infinite .5s linear;
}
@keyframes red-black {
from { background: red}
to { background: black; }
}
<!-- content to be placed inside <body>…</body> -->
<div></div>
// alert('Hello world!');
{"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