DEV Community

Discussion on: Hide NavBar as Scroll down, in less than 10 lines of javascript;

Collapse
 
vincentshtick profile image
vincent-shtick

You should change the if statement to also include an offset since if the bar disapears immediatly it might look strange ui wise

if(scrollTop > lastScrollTop && scrollTop > your desired offset){