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