Created
January 16, 2017 14:19
-
-
Save RitaDias/db81bd87c65db492de73a8c866ad1391 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var trackableElement; | |
| var menu = document.querySelector(".menu"); | |
| var appMenu = document.querySelector(".app-menu-container"); | |
| var overlay = document.querySelector(".menu-background"); | |
| var burger = document.querySelector(".app-menu-burger"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment