Forum Discussion
MonikaZ
3 months agoCommunity Member
Adding JavaScript Confetti Effect to a Continue Divider label
Hello! I've been working a lot with JavaScript in Storyline 360, and now I want to add a small interactive element to one of my Rise 360 courses. I want this element to be a built-in continue divider...
Nedim
2 months agoCommunity Member
I'm not very familiar with Rise's HTML structure, but you should be able to target the .continue-btn once it becomes available in the DOM and trigger a confetti effect when it's clicked.
This assumes that the confetti library (confetti.js) is properly included in the Rise output — typically by adding the <script> tag to the index.html file inside the published folder.
Caveat: every time you re-publish the course, you'll need to reinsert the confetti code into the index.html file manually, as Rise will overwrite your custom edits during publishing.
Related Content
- 6 months ago