Title: Issue with Button Selection in Prototype Navigation
Description: I’m designing a ticketing application where I want to implement minimal transitions between pages when buttons are clicked, with a subtle effect. However, when testing the prototype, I noticed that the buttons can be selected multiple times.
Here’s how I’ve approached it:
- Firstly, I created pairs of buttons that change appearance upon clicking by turning them into component sets and adding a “Clickable” variable property.
- Then, I created a sub-navbar using these buttons and implemented prototyping.
Despite these steps, I’m facing an issue where multiple buttons can be selected simultaneously, which is not the intended behavior.
Could someone please advise on how to achieve the desired effect of minimal transitions between pages while ensuring only one button can be selected at a time? Any insights or suggestions would be greatly appreciated. Thank you!