Controlling a reveal.js presentation
This commit is contained in:
parent
0654a9fb9d
commit
13a8180d36
1 changed files with 2 additions and 2 deletions
|
@ -247,10 +247,10 @@ Item {
|
|||
}
|
||||
|
||||
function revealNext() {
|
||||
// Need to check to see if there is a next item somehow?
|
||||
web.runJavascript("Reveal.next()")
|
||||
}
|
||||
|
||||
function revealPrev() {
|
||||
|
||||
web.runJavascript("Reveal.prev()")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue