Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created April 20, 2019 07:16
Show Gist options
  • Save ederchrono/a34120ab0b0e1594e986aa03fa8000bd to your computer and use it in GitHub Desktop.
Save ederchrono/a34120ab0b0e1594e986aa03fa8000bd to your computer and use it in GitHub Desktop.
/* CSS */
.menu-item > .arrow {
opacity: 0;
transition: opacity 0.7s ease-out;
}
.selected > .arrow {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment