Hide Next button
Hello!
I have read in previous discussions how to hide the "next button" until the user interacts with the slide, by changing state to hidden when timeline starts. That's great! Thanks for sharing that trick.
However, then I face the problem of not being able to see the next button if I return to that slide later on, even if I have it set to "resume to saved state".
I tried adding the condition of hide next button when timeline starts only if certain button is not visited, which seems to work. But it does not work with a marker when I set the trigger. Let me attach a couple slides so that you can easier understand.
Many thanks in advance!
4 Replies
The built-in states have certain functionality. Instead of changing the state of the marker to hidden, create a custom state where you can remove the marker properties so it's hidden. Then change the marker to that state and see if it works for you.
Hi Amaia
you could also use a variable for the initial slide visit and then triggers to show the next button if the variable has changed. Let me know if Tom's suggestion doesn't work for you and I'll help you set it up.
I did a quick recording to show how I'd do it.
Thanks both for the great tips! Much appreciated!