placeholder functions for switching the reveal slide or fragment

This commit is contained in:
Chris Cochrun 2023-10-28 07:09:37 -05:00
parent 319ee5387c
commit 5ead356289

View file

@ -245,4 +245,12 @@ Item {
function playVideo() {
mpv.play();
}
function revealNext() {
// Need to check to see if there is a next item somehow?
}
function revealPrev() {
}
}