Add trickplay functionality

This commit is contained in:
Nick
2024-02-11 20:34:30 -08:00
parent 675a59adc4
commit 8045b95d93
16 changed files with 335 additions and 8 deletions
+4
View File
@@ -161,6 +161,10 @@ function updateBubble(range, percent, value, bubble) {
let html;
if (range.updateBubbleHtml?.(bubble, value)) {
return;
}
if (range.getBubbleHtml) {
html = range.getBubbleHtml(percent, value);
} else {