Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (translateX === 0 && translateY === 0) {
  2. if (isOpen) {
  3. appMenu.classList.remove("no-transition");
  4. menu.classList.remove("no-transition");
  5. } else {
  6. menu.classList.remove("menu--background-visible");
  7. menu.classList.remove("no-transition");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement