-
Notifications
You must be signed in to change notification settings - Fork 11
option 结构
scottxu edited this page Jan 6, 2019
·
8 revisions
option 结构用于存放全局选项。
option 结构具有以下字段:
字段 | 类型 | 默认值 | 说明 |
---|---|---|---|
verticalInterval | 整型 | 8 | 弹幕垂直行间距 |
playSpeed | 浮点型 | 1.0 | 弹幕播放速度(倍数) |
clock | 方法指针 | time => new Date().getTime() - startTime | 时间基准:此时间基准可指向一个方法用于获取播放器当前进度,这个方法返回值即为播放进度(单位:毫秒) |
shadowBlur | 整型 | 2 | 弹幕阴影的模糊级别,0为不显示阴影 |
scaling | 浮点型 | 1.0 | 弹幕缩放比例(倍数) |
fontWeight | 字符串型 | 600 | 字体粗细:可选值:lighter:更细;normal:标准;bold:粗体;bolder: 更粗;100、200、300、400、500、600、700、800、900:定义由粗到细的字符(400 等同于 normal;700 等同于 bold) |
fontFamily | 字符串型 | sans-serif | 字体系列:弹幕的字体族名称或/及类族名称的一个优先表 |
© 2018-2019 Scott Xu. All right reserved. | This project is an open source project and it is licensed under the MIT License.