I’m trying to have a nav bar at the bottom of my site which only appears after you start scrolling away from the first section. The only way I can think of is to trigger it from every section separately, but when I try it turns into a glitchy mess. I’ve tried a div block at 90% height of the whole site but that doesn’t work.
Any one know how to make it display on only one section?
If I’m understanding you correctly, all you need to do is trigger it with a scroll interaction on the first section. You would set it to hide when that section scrolls into view, and show it when it scrolls out of view. You’ll want to use the % settings to control the offset you’re looking for.