Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 16, 2012 22:26
Show Gist options
  • Save LeaVerou/1623372 to your computer and use it in GitHub Desktop.
Save LeaVerou/1623372 to your computer and use it in GitHub Desktop.
Transitioning visibility
/**
* Transitioning visibility
*/
div {
width: 100px; height: 100px;
background: #f06;
transition: 1s background, 1s visibility step-start;
}
div:hover { visibility: hidden; background: gold; }
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment