Browse Source

resetAnimation after quit web full screen

DIYgod 8 years ago
parent
commit
b3c541d08d
3 changed files with 1 additions and 0 deletions
  1. 0 0
      dist/DPlayer.min.js
  2. 0 0
      dist/DPlayer.min.js.map
  3. 1 0
      src/DPlayer.js

File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/DPlayer.min.js.map


+ 1 - 0
src/DPlayer.js

@@ -1219,6 +1219,7 @@ class DPlayer {
                 case 27:
                     if (this.element.classList.contains('dplayer-fulled')) {
                         this.element.classList.remove('dplayer-fulled');
+                        resetAnimation();
                     }
                     break;
             }

Some files were not shown because too many files changed in this diff