Computer
Auto hide header sticky menu on scroll down, auto show on scroll up
Today I wanna share the javascript code I used in this website for auto hiding and auto showing the sticky header menu. This code is more robust than other existing methods. The robust auto hide, auto show effect I prefer to use the fadeOut() and fadeIn() effect, because the fade Read more…