Hello everyone,
I have a question, I made a presentation, it starts automatically and moves between slides automatically, it is done using js code:
<script>
var indexPageHash = "#xl_xr_page_index";
var currentHashedPage;
setInterval(function(){xr_spapp((xr_curp+1)%xr_spa pn);},40000);
</script>
Everything is OK, but each slide changes after 40 seconds. Is it possible to make the times between slides different?
Bookmarks