slider icon indicating copy to clipboard operation
slider copied to clipboard

feat: Add events 'start' and 'end'

Open chme opened this issue 3 years ago • 0 comments

Hi,

it would be great, if support for the start and end event of the noUISlider could be added.

It would solve an issue I have. The slider is automatically updated every second (showing the playback progress in a music player). If the update happens while the slider handle is being dragged, the slider jumps to the position from the automatic update and interrupts the dragging (reported in this issue).

With the addition of the start and end events, I can solve this by only updating the slider in the background if it is not being dragged.

chme avatar Apr 03 '22 06:04 chme