hellodigua / vue-danmaku

基于 Vue 的弹幕交互组件 | A danmaku component for Vue
https://hellodigua.github.io/vue-danmaku
MIT License
620 stars 60 forks source link

能否提供弹幕循环的间隔 #39

Closed icooooler closed 1 year ago

icooooler commented 1 year ago

如题,这个功能感觉还挺常用的

hellodigua commented 1 year ago

没懂你的意思,循环的间隔是不是指刷新频率,debounce这个参数不支持你的需求吗

icooooler commented 1 year ago

没懂你的意思,循环的间隔是不是指刷新频率,debounce这个参数不支持你的需求吗

不是,比如我有10条弹幕,开启循环之后这10条全部飘过去,过了多久这10条再飘一遍的间隔,不是两条弹幕之间的间隔

hellodigua commented 1 year ago

这个需求可以手动判断,提供了 play-end 事件,可以监听一轮弹幕播放完成,完成后你手动pause()一下,然后到了你需要的时间再play()就好了