Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created April 20, 2019 07:16
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 ederchrono/97f9057b1765c029148effb7dd65d748 to your computer and use it in GitHub Desktop.
Save ederchrono/97f9057b1765c029148effb7dd65d748 to your computer and use it in GitHub Desktop.
/* CSS */
.menu-item {
/* ... previous styles */
transition: margin-left 0.5s ease-out, opacity 0.5s ease-out;
}
.selected {
margin-left: -90px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment