WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
356 stars 13 forks source link

Control panel flash when fast forward in local play mode. #154

Closed Zkffkah closed 1 year ago

Zkffkah commented 1 year ago

In play local file mode, the player's control panel would show and hide when fast-forward trigger which is annoying, would be better to hide it using something like the bottom code.

   videoEl.addEventListener('mouseover', async () => {
      videoEl.controls = true
    });
    videoEl.addEventListener('mouseout', async () => {
      videoEl.controls = false
    });
WofWca commented 1 year ago

Duplicate of #117