UNPKG

danmuku

Version:

Display danmu (flying comments) on HTML5 video.

13 lines (11 loc) 253 B
import {caf} from '../util/animationFrame.js'; /* eslint no-invalid-this: 0 */ export default function() { if (!this.visible || this.paused) { return this; } this.paused = true; caf(this._requestID); this._requestID = 0; return this; }