UNPKG

danmuku

Version:

Display danmu (flying comments) on HTML5 video.

16 lines (14 loc) 385 B
export var raf = /* istanbul ignore next */ window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || function(cb) { return setTimeout(cb, 50 / 3); }; export var caf = /* istanbul ignore next */ window.cancelAnimationFrame || window.mozCancelAnimationFrame || window.webkitCancelAnimationFrame || clearTimeout;