Skip to content

Instantly share code, notes, and snippets.

@anthonylrivera
Created July 31, 2015 05:11
Show Gist options
  • Save anthonylrivera/08828de82f7a61cbd997 to your computer and use it in GitHub Desktop.
Save anthonylrivera/08828de82f7a61cbd997 to your computer and use it in GitHub Desktop.
body.open {
transition: transform 200ms ease 0s;
transform: translate(250px, 0px);
}
.site-menu__main {
left: 0;
}
body.open .site-menu__main{
transition: transform 20ms ease 0s;
transform: translate(-240px, 0px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment