MCPcopy
hub / github.com/DIYgod/DPlayer / hide

Method hide

src/js/controller.js:397–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 hide() {
398 this.player.container.classList.add('dplayer-hide-controller');
399 this.player.setting.hide();
400 this.player.comment && this.player.comment.hide();
401 }
402
403 isShow() {
404 return !this.player.container.classList.contains('dplayer-hide-controller');

Callers 3

setAutoHideMethod · 0.95
toggleMethod · 0.95
initPlayedBarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected