Skip to content

v1.8.2

Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 29 Aug 08:47
· 31 commits to main since this release
52165fe
  • πŸ› 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 frequent timeupdate events.