longer overlay
This commit is contained in:
parent
17c2ac8f5a
commit
ea1fcb110d
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ function showOverlay(event) {
|
|||
var timeout = setTimeout(() => {
|
||||
video.controls = false
|
||||
overlay.remove()
|
||||
}, 500)
|
||||
}, 3000)
|
||||
overlay.addEventListener('mousemove', event=> {
|
||||
clearTimeout(timeout)
|
||||
timeout = setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue