Skip to content

Instantly share code, notes, and snippets.

@piatra
Created November 1, 2012 21:23
Show Gist options
  • Save piatra/3996670 to your computer and use it in GitHub Desktop.
Save piatra/3996670 to your computer and use it in GitHub Desktop.
Untitled
.ball {
background:lightgreen;
background:-webkit-linear-gradient(#222, lightgreen);
width:200px;
height:200px;
border-radius:50%;
position:absolute;
left:0;
}
.container {
padding:100px;
}
.container:hover .ball {
left:500px;
-webkit-transition-duration:2s;
-webkit-transform:rotate(180deg);
}
<div class="container">
<div class="ball"></div>
</div>
{"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