UNPKG
@antv/f6-plugin
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
F6 plugin
github.com/antvis/F6
antvis/F6
@antv/f6-plugin
/
es
/
time-bar
/
ui
/
slider
/
slider-logic.d.ts
12 lines
(11 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
default
function
createLogicer
(
option
:
any
): {
goLeftPercent
:
(
percent
:
any
) =>
void
;
goRightPercent
:
(
percent
:
any
) =>
void
;
goNext
:
() =>
void
;
goPrev
:
() =>
void
;
player
: {
play
():
void
;
stop
():
void
;
setSpeed
(
speed
:
any
):
void
; }; };