Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 9, 2017 12:37
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 IvanaSays/ac7e2aad478a5aae3f4cd8768efc402b to your computer and use it in GitHub Desktop.
Save IvanaSays/ac7e2aad478a5aae3f4cd8768efc402b to your computer and use it in GitHub Desktop.
3 - Performant Animations
.menu {
opacity: 1;
transition: .2s;
}
.menu.closed {
opacity: 0;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment