Skip to content

Instantly share code, notes, and snippets.

@RitaDias
Created January 16, 2017 14:39
Show Gist options
  • Save RitaDias/d526667841bbe221e1c6e496832e34c7 to your computer and use it in GitHub Desktop.
Save RitaDias/d526667841bbe221e1c6e496832e34c7 to your computer and use it in GitHub Desktop.
if (translateX === 0 && translateY === 0) {
if (isOpen) {
appMenu.classList.remove("no-transition");
menu.classList.remove("no-transition");
} else {
menu.classList.remove("menu--background-visible");
menu.classList.remove("no-transition");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment