Hello,
In my project I have a map with a lot of location icons on top of it, and I created an interaction to open a simple overlay with brief information about the place. It appears when you tap on the location icon.
But I also want the icon to change its color, to show the user which one is the active icon.
I’ve been able to make these two interactions work separately, this way:
For the overlay, I used On tap > Open overlay.
For the color change, I created a two variants of the icon, and used On tap > Change to and changed the Property from active to inactive.
I’m stuck with this, I’d like to know how to make these two things work after tapping the icon.
Thanks in advance 😃