Update plyr.js

This commit is contained in:
noxy 2017-02-02 17:09:02 +00:00
parent 9a1edde889
commit 48d1f870cd

View File

@ -2605,7 +2605,7 @@
show = _inArray(['mousemove', 'touchstart', 'mouseenter', 'focus'], toggle.type); show = _inArray(['mousemove', 'touchstart', 'mouseenter', 'focus'], toggle.type);
// Delay hiding on move events // Delay hiding on move events
if (_inArray(['mouseleave'], toggle.type)) { if (_inArray(['mousemove', 'touchmove'], toggle.type)) {
delay = 200; delay = 200;
} }
@ -2619,7 +2619,7 @@
} }
// Clear timer every movement // Clear timer every movement
window.clearTimeout(timers.hover); //window.clearTimeout(timers.hover);
// If the mouse is not over the controls, set a timeout to hide them // If the mouse is not over the controls, set a timeout to hide them
if (show || plyr.media.paused || loading) { if (show || plyr.media.paused || loading) {