Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 21, 2012 08:27
Show Gist options
  • Save tyv/2761162 to your computer and use it in GitHub Desktop.
Save tyv/2761162 to your computer and use it in GitHub Desktop.
Untitled
.show-hide
{
display: none;
opacity: 0;
width: 200px;
height: 200px;
background: red;
transition: opacity 1s linear 1s;
}
.show-hide.show
{
display: block;
opacity: 1;
}
<div class="show-hide show"></div>
{"view":"separate","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