I have a navbar pinned to the top of a page. When scrolling down (at any point on the page) I’m trying to make the navbar fade up out of view. When scrolling up (at any point on the page) I’m trying to make the navbar fade back down into view.
(Similar to how the bottom toolbar fades in and out of view at the bottom of mobile web browsers on iOS).
Thank you this was enormously helpful, especially with the fiddle. There were a few implementation nuances I had questions about, but the fiddle answered all of them!
Is it possible to implement this in a symbol? I’ve applied this to a symbol on a collection page however it seems to be conflicting/interfering with the collection: Builder.io: Drag and drop page builder and CMS
I think maybe I mistook the result I am getting for it being due to the fact that it’s on a collection page… Rather than implementing on a nav, I placed it on a filter menu bar that I want to be sticky at the top of a collection when scrolling. It is revealed when you scroll up however it is still in it’s place at the very top of the screen and not following along with the page. So really I have an issue with the placement of it.