v1.8.2
- π Fixed blank space below UI when using
<theoplayer-default-ui>
. - π
Optimized performance of
<theoplayer-time-range>
. (#70)- Optimized the
requestAnimationFrame
callback used to update the seekbar's progress
to avoid synchronous re-layouts as much as possible. - When playing a long video, the seek bar no longer uses
requestAnimationFrame
at all to update its progress.
Instead, it updates using only less frequenttimeupdate
events.
- Optimized the