Controlling a reveal.js presentation

This commit is contained in:
Chris Cochrun 2023-10-28 14:33:26 -05:00
parent 0654a9fb9d
commit 13a8180d36

View file

@ -247,10 +247,10 @@ Item {
} }
function revealNext() { function revealNext() {
// Need to check to see if there is a next item somehow? web.runJavascript("Reveal.next()")
} }
function revealPrev() { function revealPrev() {
web.runJavascript("Reveal.prev()")
} }
} }