Skip to content

Instantly share code, notes, and snippets.

@robhrt7
Created May 11, 2012 06:37
Show Gist options
  • Save robhrt7/2657936 to your computer and use it in GitHub Desktop.
Save robhrt7/2657936 to your computer and use it in GitHub Desktop.
Untitled
div {
width: 100px;
height: 100px;
background:red;
transition-delay: 2s;
}
div:active {
background: blue;
transition: background .5s;
}
{"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