When video is too small, in time slider .. watched portion goes too fast after reaching the second chapter #1772
Unanswered
Abu-Bakr-Mohamed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When video is too small, let's say under 6 seconds, then when using chapters the following happens -> after passing the first chapter on the timeline, the bar representing the watched portion starts going a bit too fast then the video ends after with a slight delay,
Is this normal ? I figured it might be a bug cause of maybe rounding values and so on, please guide me.
I do understand that we aren't supposed to use chapters with such small videos, but I was testing with a 6 seconds video and it was so annoying for me, here is the custom code I used
<media-time-slider
class="group relative inline-flex h-6 w-full cursor-pointer items-center"
[keyStep]="keyStep()"
[step]="step()"
<media-slider-preview
class="pointer-events-none stack items-center opacity-0 transition-opacity duration-200 data-visible:opacity-100"
Beta Was this translation helpful? Give feedback.
All reactions