Skip to content

Instantly share code, notes, and snippets.

@carlosrberto
Created January 10, 2012 15:47
Show Gist options
  • Save carlosrberto/1589713 to your computer and use it in GitHub Desktop.
Save carlosrberto/1589713 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@-webkit-keyframes gradientAnimation{
0% { opacity: 0; }
100% { opacity: 1; }
}
body{
opacity:0;
background: linear-gradient(50deg, #f06, yellow);
-webkit-animation: gradientAnimation 5s infinite;
}
<div id="anim"></div>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment