Skip to content

Binding value to video currentTime and slider causes playback issues #166

Answered by simeydotme
bennymi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bennymi
thanks for using the Range Slider!
So a couple of a things..

firstly, I'm not convinced this is the correct tool for the job! haha. but still u can always cut a toothpick with an axe ;)
secondly, this is not a bug, but I appreciate it's bugging you :D

The first thing I did was unbind the slider, and check your video's value; and you can clearly see the video is using 7 significant digits!

So this made me look at your slider, which is using the default setup. the default setup is a slider going from 0-100, with a step of 1.

If the video is setting the value to 0.16667 for example (~1 frame) ..
then the slider will attempt to update ..
but the slider's closest value would be 0 ..

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bennymi
Comment options

Answer selected by simeydotme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested recipe suggestion This could be good to add to Documentation site as a Recipe
2 participants
Converted from issue

This discussion was converted from issue #165 on March 04, 2025 00:02.