Add mousemove event to show video controls and reset timer for improved user interaction

This commit is contained in:
Sebastiaan de Schaetzen 2025-06-17 16:02:43 +02:00
parent f22ff5c1a4
commit 8103839e72

View File

@ -421,6 +421,10 @@
updatePlayPauseButtonState()
}
$(document).on("mousemove", function () {
showControlsAndResetTimer()
})
$(document).ready(function() {
// Initialize global selectors for static elements
overlayContainer = $("#video-overlay-container");