Responsive menus in Native App Bulder

I’m working in the new Native App builder and I’m trying to create a mobile header that disappears when the user scrolls down and reappears when the user scrolls up and the opposite for a bottom menu that appears when the user scrolls down and disappears when the user scrolls up. Similar to the header and footer menu on the Facebook app.

I’m going to try to see if I can use custom states to control them, but it’s not ideal because of the workload usage.

Curious if anyone has any ideas? Thank so much!

As long as the states you are setting don’t require a database search, it won’t use any WUs as it’s run locally

Thank you. I wasn’t successful getting the focus groups to show/hide on scroll actions using the native mobile. Do you have any experience with this?