round seek element
This commit is contained in:
parent
627a016515
commit
85eba0bf09
2 changed files with 9 additions and 6 deletions
|
|
@ -226,6 +226,9 @@ window.VideoPlayer = function(options) {
|
|||
}
|
||||
var showControls
|
||||
function hideControlsLater() {
|
||||
if (showControls) {
|
||||
clearTimeout(showControls)
|
||||
}
|
||||
showControls = setTimeout(() => {
|
||||
if (touching) {
|
||||
hideControlsLater()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue