tjenkinson / clappr-thumbnails-plugin

A plugin for clappr which will display thumbnails when hovering over the scrub bar. Thumbnails can either be individual images or a sprite sheet.
https://tjenkinson.github.io/clappr-thumbnails-plugin/demo/
MIT License
44 stars 14 forks source link

Use css transform #112

Open tjenkinson opened 3 years ago

tjenkinson commented 3 years ago

We could be more efficient if we use css transform instead of left, because it prevents layout recalculations.