Allows for audio tracks on slides #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-audio"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows for adding
div class="audio" data-url="..."
to add an audio track to a slide.Allows for a parameter called
data-continue
to signify whether audio should continue playing after slide changes.Allows to specifying an empty
div class="audio"
to stop currently playing audio.Still does not handle any setting of volume.
cc @j - could you give a quick look? Can merge this and then figure out volume controls.