Skip to content

Commit

Permalink
longer autohide controller time
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jan 19, 2018
1 parent e26f78e commit 743b3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dplayer",
"version": "1.20.1",
"version": "1.20.2",
"description": "Wow, such a lovely HTML5 danmaku video player",
"main": "dist/DPlayer.min.js",
"style": "dist/DPlayer.min.css",
Expand Down
2 changes: 1 addition & 1 deletion src/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class Controller {
if (this.player.video.played.length && !this.disableAutoHide) {
this.hide();
}
}, 2000);
}, 3000);
}

show () {
Expand Down

0 comments on commit 743b3d0

Please sign in to comment.