Skip to content

Instantly share code, notes, and snippets.

@riceguitar
Created August 3, 2017 18:28
Show Gist options
  • Save riceguitar/44f8604e2832942708dad0531dfd8672 to your computer and use it in GitHub Desktop.
Save riceguitar/44f8604e2832942708dad0531dfd8672 to your computer and use it in GitHub Desktop.
.desktop-menu-wrap {
display: block;
width: 100%;
height: 100%;
position: relative;
transform: translateX(0);
transition: .3s ease all;
}
.desktop-menu-wrap.open {
transform: translateX(100%);
transition: .3s all ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment