wavesurfer.js
wavesurfer.js copied to clipboard
Add new setScroll method
trafficstars
Per https://github.com/katspaugh/wavesurfer.js/discussions/3405, it would be great to have a setScroll method (counterpart to getScroll), to be able to programmatically set the scroll position.
I'll likely work on this. Feel free to mark this issue as an enhancement.
I need this too.
What about having setScroll forward the command to the private scrollIntoView method in renderer.ts?
scrollIntoView won't set the scroll to an arbitrary point, it only makes sure the playhead is visible.
It should be a new renderer method that simply sets this.scrollContainer.scrollLeft.