Skip to content

Instantly share code, notes, and snippets.

@sogoo
Last active December 11, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sogoo/4644667 to your computer and use it in GitHub Desktop.
Save sogoo/4644667 to your computer and use it in GitHub Desktop.
<div id="sg">......</div>
/* Hover Display */
#sg {
opacity:0.1;
transition:0.8s;
-moz-transition:0.8s; /* Firefox 4 */
-webkit-transition:0.8s; /* Safari and Chrome */
-o-transition:0.8s; /* Opera */
}
#sg:hover{
opacity:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment