UNPKG

@kokotree-inc/videojs-smooth-slider-plugin

Version:

A Video.js plugin that enhances the seek bar with smooth seeking functionality, allowing for a more responsive and precise user interaction during video playback. It overrides the default handleMouseMove and getPercent methods of the SeekBar component to

8 lines (7 loc) 166 B
declare module "video.js" { interface VideoJsPlayer { smoothSeek: (options?: any) => void; restoreOriginalSeekBar: () => void; } } export {};