UNPKG

danmuku

Version:

Display danmu (flying comments) on HTML5 video.

14 lines (12 loc) 258 B
import pause from '../internal/pause.js'; export default function(Danmuku) { Danmuku.prototype.hide = function() { if (!this.visible) { return this; } pause.call(this); this.clear(); this.visible = false; return this; }; }