We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc5e1b commit 914bd8aCopy full SHA for 914bd8a
1 file changed
ui/src/app/components/options/options.component.ts
@@ -88,7 +88,7 @@ interface SliderOption extends BaseOptions {
88
midle?: number
89
max?: number
90
animationDuration?: number
91
- animationFps: number
+ animationFps?: number
92
scrollEnabled?: number
93
stickToMiddle?: boolean
94
stickedToMiddle?: () => any
0 commit comments