Skip to content

Instantly share code, notes, and snippets.

@cedricici
Created March 24, 2012 20:17
Show Gist options
  • Save cedricici/2187450 to your computer and use it in GitHub Desktop.
Save cedricici/2187450 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
*/
div{
font-size:4em;
animation:move 4s 2 .5s;
border:1px solid #000;
}
p{
font-size:4em;
animation:move 4s 2 -1s;
border:1px solid #000;
}
@keyframes move{
from{width:0%;}
to{width:100%;}
}
<!-- content to be placed inside <body>…</body> -->
<div>
texte
</div>
<p>
texte
</p>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment