placeholder functions for switching the reveal slide or fragment
This commit is contained in:
parent
319ee5387c
commit
5ead356289
1 changed files with 8 additions and 0 deletions
|
@ -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() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue