Created
July 17, 2018 10:43
-
-
Save mumairofficial/417b0d8c205ce88882ec60d4d9194524 to your computer and use it in GitHub Desktop.
Show/Hide menu bar on scroll HTML, Js, JQuery
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
| .hide { | |
| transform: translateY(-100%); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment