Skip to content

Instantly share code, notes, and snippets.

@nvandoorn
Last active February 24, 2018 18:25
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 nvandoorn/3c615d79f006f9684cab66325dfe13bc to your computer and use it in GitHub Desktop.
Save nvandoorn/3c615d79f006f9684cab66325dfe13bc to your computer and use it in GitHub Desktop.
.base-element {
opacity: 0;
transition: 2s ease-in-out;
}
.base-element:hover {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment