Forum Discussion
PerriGerber
4 years agoCommunity Member
Variables with conditions
I'm hoping someone out there can help me with this one!
I want the user to hover over 4 items before being able to go to the next page.
Whatever I did is not working. What is the simplest way t...
JackieHa
Community Member
I tried to come up with a solution for hover, but it seems to require too many triggers.
What you can do is have one trigger that changes the state of the Next button to Disabled when the timeline starts on the slide. And then have another trigger that changes the state of the Next button to Normal when the state of all of your items is Visited. Instead of just hover, the user will have to click on each item, but this should work.
PerriGerber
4 years agoCommunity Member
Thanks!