Add mousemove event to show video controls and reset timer for improved user interaction
This commit is contained in:
parent
f22ff5c1a4
commit
8103839e72
@ -421,6 +421,10 @@
|
||||
updatePlayPauseButtonState()
|
||||
}
|
||||
|
||||
$(document).on("mousemove", function () {
|
||||
showControlsAndResetTimer()
|
||||
})
|
||||
|
||||
$(document).ready(function() {
|
||||
// Initialize global selectors for static elements
|
||||
overlayContainer = $("#video-overlay-container");
|
||||
|
Loading…
x
Reference in New Issue
Block a user