Skip to content

Instantly share code, notes, and snippets.

@jordangray
Created August 1, 2012 13:44
Show Gist options
  • Save jordangray/3226945 to your computer and use it in GitHub Desktop.
Save jordangray/3226945 to your computer and use it in GitHub Desktop.
Legacy prefix handling
/* Legacy prefix handling */
@-webkit-keyframes colors {
0% {background-color: #f00;}
33% {background-color: #0f0;}
66% {background-color: #00f;}
100% {background-color: #f00;}
}
#test {
-khtml-animation: 5s colors infinite linear;
height: 100px;
width: 100px;
}
<div id="test"></div>
{"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