Hi there — I’m trying to mirror the navigation action of this Unity page: https://learn.unity.com/project/roll-a-ball-tutorial
I am trying to:
- Make the nav stick after scrolling a certain amount (I have accomplished this)
- The ability to click on a dropdown within the nav, and have the page stay anchored at the point at which the user clicked on the dropdown.
- The ability to collapse the same dropdown + continue scrolling
I have tried to build this through clicking actions, but the other elements on the page begin animating as the pages switch between one another. Is there a way to accomplish this interaction without switching pages altogether?