svelte-video-player
svelte-video-player copied to clipboard
Hide controls on stop?
Is there any way to hide video controls on stop?
Added 'controlsOnPause' property
Oh, that's cool! I does not seem to work, however. Controls are always shown.
Currently if 'controlsOnPause' is set to false bottom controls will be hidden on paused state. But controls are always shown when pointer is over video (except when playing and pointer is idle), this seems to be quite standard operation. Could you elaborate what behaviour are you after?
Looks like that regardless of the 'controlsOnPause' setting controls are always shown.