logo

一个原生的弹幕库

Published on

轮子地址:https://github.com/hugeorange/BulletJs

API

option

选项含义值类型默认值备注
trackHeight轨道高度string50px均分轨道的高度
onStart自定义动画开始函数functionnull开始开始回调
onEnd自定义动画结束函数functionnull弹幕运动结束回调
pauseOnClick鼠标点击暂停booleanfalse再次点击继续
pauseOnHover鼠标悬停暂停booleantrue鼠标进入暂停,离开继续
duration滚动时长string10s传入speed该参数无效
speed滚动速度number100100px/snull
  • 暂停弹幕:screen.pause([<bulletId>]),无参则暂停全部
  • 弹幕继续:screen.resume([<bulletId>]),无参则继续全部

弹幕防重叠原理

🤪 您也可以编辑此页: