Forum Discussion
Highlighting next button
Hey, I am also interested in highlighting the next button when the user gets to the end of a timeline. This is something we are doing in our courses, and we have to make custom next buttons. We want to use the player versus making workaround buttons that do not enable us to easily use some of storyline's features. But the client is set on the highlight. Just an outline around the button. Like a state. An outline that highlights the next button when the timeline finishes. We use a 4 px light green to help give a visual cue to go to the next slide.
Hi Laura,
Try this:
Create an Execute JavaScript trigger for timeline start:
document.getElementById("next").style.border = "medium solid transparent";
Then create another Execute JavaScript trigger for timeline end:
document.getElementById("next").style.border = "medium solid #00FF00";
- BarMazuz11 months agoCommunity Member
That is so nice! thanks!
Related Content
- 4 months ago
- 3 months ago
- 5 months ago