revealJS presentations work sorta
I still have lots of bugs, but the groundwork is there. At least a proof of concept.
This commit is contained in:
parent
7d79c38c2a
commit
e30066b101
6 changed files with 71 additions and 4 deletions
|
@ -107,4 +107,12 @@ Item {
|
|||
function loopVideo() {
|
||||
presentationSlide.loopVideo();
|
||||
}
|
||||
|
||||
function revealNext() {
|
||||
presentationSlide.revealNext();
|
||||
}
|
||||
|
||||
function revealPrev() {
|
||||
presentationSlide.revealPrev();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue