字号可以是数组成随机的吗
我想问一下需要怎么控制弹幕暂停呢
滚动在最上面的字有时会只显示一半
插件有意思~有没有控制滚动速度的参数和显示高度的参数
_this.msgs[i].L=_this.width; //代表初始距离左边的距离 _this.msgs[i].T=parseInt(Math.random() * 700);//随机产生的Top距离 _this.msgs[i].S=parseInt(Math.random() * (10 - 4) + 4);//随机产生的速度(单位时间内移动的像素) _this.msgs[i].C=_this.colorArr[Math.floor(Math.random() * _this.colorArr.length)];//随机从颜色数组中提取的颜色