Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Created March 20, 2013 19:01
Show Gist options
  • Save JesseHerrick/5207446 to your computer and use it in GitHub Desktop.
Save JesseHerrick/5207446 to your computer and use it in GitHub Desktop.
document.write('.fadein {
opacity: 0.5;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.fadein:hover {
opacity: 1;
}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment