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:
Chris Cochrun 2023-11-14 21:39:30 -06:00
parent 7d79c38c2a
commit e30066b101
6 changed files with 71 additions and 4 deletions

View file

@ -413,4 +413,11 @@ FocusScope {
function playAudio() {
}
function revealNext() {
previewSlide.revealNext();
}
function revealPrev() {
previewSlide.revealPrev();
}
}