1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-26 07:57:13 +03:00
This commit is contained in:
Nodeful 2021-03-17 15:24:10 +02:00
parent 5bc5e1b6eb
commit 914bd8ac2d

View File

@ -88,7 +88,7 @@ interface SliderOption extends BaseOptions {
midle?: number
max?: number
animationDuration?: number
animationFps: number
animationFps?: number
scrollEnabled?: number
stickToMiddle?: boolean
stickedToMiddle?: () => any