Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created April 18, 2012 14:06
Show Gist options
  • Save pepelsbey/2413822 to your computer and use it in GitHub Desktop.
Save pepelsbey/2413822 to your computer and use it in GitHub Desktop.
Untitled
div {
position:absolute;
width:500px;
height:500px;
background:#C00;
clip:rect(0 100px 100px 0);
transition:clip 1s linear;
}
div:hover {
clip:rect(0 250px 250px 0);
}
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment