We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd25ad8 commit 4a0701bCopy full SHA for 4a0701b
docs/props.md
@@ -13,7 +13,8 @@
13
| defaultIndex | ❌ | 0 | number | Default index |
14
| autoPlay | ❌ | false | boolean | Auto play |
15
| autoPlayReverse | ❌ | false | boolean | Auto play reverse playback |
16
-| autoPlayInterval | ❌ | 1000 | autoPlayInterval | Auto play playback interval |
+| autoPlayInterval | ❌ | 1000 | number | Auto play playback interval |
17
+| scrollAnimationDuration | ❌ | 500 | number | Time a scroll animation takes to finish |
18
| loop | ❌ | true | boolean | Carousel loop playback |
19
| onSnapToItem | ❌ | | (index: number) => void | Callback fired when navigating to an item |
20
| onScrollBegin | ❌ | | () => void | Callback fired when scroll begin |
0 commit comments