Forum Discussion
RaviPrakash
2 years agoCommunity Member
Default Play Pause Button Hiding Using the JavaScript.
Hi There., I've been trying to hide the default Play/Pause Button Using the JavaScript., it seems that it's disabling after the course starts. Is there any ideas please comment here below for our Re...
Nedim
2 years agoCommunity Member
Ravi,
For a permanent solution on the project level, use Jürgen's solution above. To hide this button on a single slide, Execute JavaScript when the timeline starts:
document.getElementById('play-pause').style.display = "none";