Forum Discussion
JoosepArro
7 years agoCommunity Member
Highlighting next button
I have been searching for a while now and cannot seem to find an option to highlight the next button once the timeline finishes. With classic player it was easy to just add an arrow indicating towar...
RussellKillips-
4 years agoCommunity Member
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";
BarMazuz
12 months agoCommunity Member
That is so nice! thanks!
Related Content
- 4 months ago
- 3 months ago
- 5 months ago