Can header disappear once you scroll down?

It always stick on top when you scroll down a page.
I want to fade away only to appear when you go to the top again.

If I turn off custom scrolling, page will not scroll down, it just bounces to the top again.

I’m thinking what you are saying @Axemaster that you’d like to have a sticky header navigation that fades when you scroll down the page and comes back when you scroll back up the page.

If that is what you meant then yes it is very doable.
You will need to group everything and assign it to Custom Scrolling / Stick to Page Top. Once you have done that you need to activate Animation / Animate While Scrolling and choose Opacity. You can play with it so you get what you want, but here is a screenshot of the setting to make it work…

Just a quick note: the way Hendrik described works, but just visually - the buttons and interactions that you set on the header will continue to work even with the opacity zeroed. The only way around this is to do everything but the stick to page top, this way you won’t have ghost buttons

That’s a valid point Primo.
I guess we could have another box (transparent) element with an Embed in it below the navigation group, group them and Custom Scroll / Overlap… making sure the group is placed Front in the Layers panel. Not ideal but the navigation won’t be active…

Figured it out. Simply untick “Scroll Snap” and it does as it should.
Thanks all.