Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created April 2, 2013 14:15
Show Gist options
  • Save gustaff-weldon/5292527 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/5292527 to your computer and use it in GitHub Desktop.
Untitled
@keyframes color {
from, to { color: rgb(0, 255, 0); }
}
.testElement {
content: '(...testing animation support...)';
color: rgb(0, 0, 255);
animation: color 2s infinite;
}
<div class="testElement">blah</div>
// alert('Hello world!');
{"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