Hi! 😀
I am creating an interactive prototype project in which I have displayed an option to switch each screen/component to a dark mode. By clicking on that button, it should navigate to their respective dark colored screen/component.
The issue is, I do not want the dark mode screen/component to be displayed when I start the presentation, but only when I interact with the navigate button.
I was wondering if there is a way to hide them from the presenting mode and only display them when I interact with the navigate button which should bring me to that screen/component (a similar interaction we have with modals but curiously when I try the “open overlay” mode the component I wanna hide still shows on the presentation).
I would appreaciate any help! Thanks in advance.