player icon indicating copy to clipboard operation
player copied to clipboard

vds-time-slider should update while scrubbing

Open ghost opened this issue 2 years ago • 1 comments

When scrubbing through the video using TimeSlider (I'm using React if that matters) the --vds-slider-fill-percent css var isn't updated until I lift the mouse button.

ghost avatar Mar 30 '22 11:03 ghost

You can get around this issue by using this css

vds-time-slider[dragging] .slider-track.fill {
	width: var(--vds-pointer-percent);
}

This makes it use the cursor pointer percent while dragging.

BlakeB415 avatar Jul 07 '22 18:07 BlakeB415

We'll be implementing a separate track for seeking while dragging. I'll open a new issue up for it.

mihar-22 avatar Feb 07 '23 08:02 mihar-22