Forum Discussion
JulieTaylor-3a8
20 hours agoCommunity Member
Reset timeline to start
I want the user to be able to click a button that will reset the slide or layer to the beginning of the timeline and start playing. I added a JavaScript code location.reload(); to the button on each ...
- 18 hours ago
The location.reload() function in JavaScript is used to reload the entire web page, which in your case would be the Review 360 page, not just a single slide, as it might appear during Preview. If you want to reset the timeline, you can achieve that with the "Jump to Slide" trigger in Storyline. Set up a trigger that jumps to "this" slide when the user clicks a button.
Nedim
18 hours agoCommunity Member
The location.reload() function in JavaScript is used to reload the entire web page, which in your case would be the Review 360 page, not just a single slide, as it might appear during Preview. If you want to reset the timeline, you can achieve that with the "Jump to Slide" trigger in Storyline. Set up a trigger that jumps to "this" slide when the user clicks a button.