Skip to content

Instantly share code, notes, and snippets.

@yukulele
Created March 7, 2013 13:15
Show Gist options
  • Save yukulele/5107985 to your computer and use it in GitHub Desktop.
Save yukulele/5107985 to your computer and use it in GitHub Desktop.
Negative animation-delay to start mid-animation
/**
* Negative animation-delay to start mid-animation
*/
@keyframes test {
to { background: black }
}
html {
background: white;
animation: 10s -3s linear test;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"separate","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