Dynamic Progress Bar for Any Number of Slides in Storyline 360 using Javascript
March 18, 2024
In this video tutorial, we will explore how to make a progress bar in Articulate Storyline 360.
Our progress bar will update when we move back and forward through our slides. And, no matter how many slides we have in our project, our progress bar will scale and display the progress accurately.
The progress bar uses Javascript (GSAP) to animate the shape and makes use of the built-in Storyline variables showing the slide number in the project (Project.SlideNumber) or the slide number in the scene (Scene.SlideNumber).
We will also be able to make individual progress bar for each of our scenes, which will display only how we progress through the slides of that certain scene.