构造
new Flicker()
方法列表
名称 | 说明 |
---|---|
._styleFn(layer, frameState) | 红白闪烁效果,红色的变化范围为:rgb(255, 0, 0) 至 rgb(255, 255, 255) |
._styleFn1(layer, frameState) | 通过改变透明色,实现闪烁效果 |
._styleFn2(layer, frameState) | 虚线滚动效果 |
.end(graph) | 结束闪烁 |
.run(graph, data, options) | 开始闪烁 |
.sequence(graph, data, options) | 顺序闪烁 |
详细说明
(static) _styleFn(layer, frameState)
红白闪烁效果,红色的变化范围为:rgb(255, 0, 0) 至 rgb(255, 255, 255)
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
layer |
* | ||
frameState |
* |
(static) _styleFn1(layer, frameState)
通过改变透明色,实现闪烁效果
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
layer |
* | ||
frameState |
* |
(static) _styleFn2(layer, frameState)
虚线滚动效果
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
layer |
* | ||
frameState |
* |
(static) end(graph)
结束闪烁
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
graph |
Graph |
(static) run(graph, data, options)
开始闪烁
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
graph |
Graph | ||
data |
Array | ||
options |
Object |
(static) sequence(graph, data, options)
顺序闪烁
参数
名称 | 类型 | 缺省值 | 说明 |
---|---|---|---|
graph |
Graph | ||
data |
Array | ||
options |
Object |