Looking to create a side menu that appears and animates over existing page content.
I’ve rolled-my-own side nav by creating a Repeating Group with Dynamic Text that Shows and Animates Left_In when the Hamburger Button is Clicked. This way I can populate the menu items’ vertical rows with changing content. User clicks on the hamburger, menu appears and animates in. Click on it again, menu animates out and disappears.
However, when I experiment with screen sizes my RG, although hidden, maintains it’s space on the page. I end up with a white space (where the hidden menu resides) that the rest of the page bunches up against.
Is there a way to hide my menu group so that other content can use it’s space and the group only appears when called? Or a better approach for this? I’m really just trying to accomplish creating a dynamic side menu that looks great on both desktop and mobile.
Thanks!