Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Forked from anonymous/dabblet.css
Created November 10, 2012 19:04
Show Gist options
  • Save gcyrillus/4052164 to your computer and use it in GitHub Desktop.
Save gcyrillus/4052164 to your computer and use it in GitHub Desktop.
Untitled
html,body {height:100%;width:100%;position:relative;}
#boite {display:inline-block;
height:50px;width:50px;
text-align:center;
line-height:50px;
border:solid;
position:relative;;
background:yellow;
box-shadow:0 0 15px black;
animation: move 5s infinite;
}
@keyframes move {
0% , 100% {top:0;left:0;opacity:0;}
12%, 63% {top:40px;left:50px;}
25% {top:-20px;left:100px;opacity:0.5}
75% {top:200px;left:-130px;opacity:00.5}
50% {top:120px;left:150px; opacity:1;}
}
<div id="boite">vrouum</div>
<p>bouge , bouge , exemple à la c@n;</p>
{"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