Skip to content

Instantly share code, notes, and snippets.

@tomhayes
Created January 19, 2017 18:59
Show Gist options
  • Save tomhayes/741413867143f221252da0ef8d1c2dc9 to your computer and use it in GitHub Desktop.
Save tomhayes/741413867143f221252da0ef8d1c2dc9 to your computer and use it in GitHub Desktop.
.fade {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment