UNPKG

danmaku

Version:

Display danmaku (flying comments) on HTML5 video.

13 lines (11 loc) 233 B
import pause from '../internal/pause.js'; /* eslint-disable no-invalid-this */ export default function() { if (!this._.visible) { return this; } pause.call(this); this.clear(); this._.visible = false; return this; }