-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello,
Awesome component, thank you so much!
To visualize the progress of the playback dynamically I've used this:
onTimeUpdate(e) {
this.waveform.overlayEl.nativeElement.style.width = e.progress + '%';
}
...which works fine, but it feels a bit hacky. Is there some intended way to get a playhead or to update the progress dynamically?
Metadata
Metadata
Assignees
Labels
No labels