SIngle page application - page layout

I would like to create a single page application for my portfolio. I have a navbar above, and I have a main text briefly talking about me. The problem is that when you click on the navbar, the previous groups are still a little visible.
Is there a way to make groups respond responsively when browsing the page or clicking on the navbar? Not leaving the content of the previous group visible?

1 Like

Put a conditional on things.

When x is visible, this element is not visible.

Or

When state of Nav is “home, it is visible.

Use url parameters to show hide groups.
When url parameter ‘screen’= home → go to index ‘send parameter’ screen = home
and use this for all pages

This topic was automatically closed after 70 days. New replies are no longer allowed.