Skip to content

Instantly share code, notes, and snippets.

@JayGeorge
Created March 19, 2012 17:12
Show Gist options
  • Save JayGeorge/2119708 to your computer and use it in GitHub Desktop.
Save JayGeorge/2119708 to your computer and use it in GitHub Desktop.
Untitled
@keyframes test {
0% {
opacity: 0;
}
100% {
opacity: 0.9;
}
}
h2 {
animation: test 1s ease-in-out 5s;
}
<h2>testing</h2>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment