You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/website/pages/props.mdx
+9-1
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,15 @@ Custom animations. For details, see below\[custom animation\]\(.\/custom-animati
289
289
290
290
### `maxScrollDistancePerSwipe`
291
291
292
-
Maximum offset value for one scroll. If `props.vertical = true`, this will be `maxScrollDistancePerSwipeY`. If `props.vertical = false`, this will be `maxScrollDistancePerSwipeX`.
292
+
Maximum offset value for one scroll. Carousel cannot scroll over than this value.
293
+
294
+
| type | default | required |
295
+
| ------ | ------- | -------- |
296
+
| number | - | ❌ |
297
+
298
+
### `minScrollDistancePerSwipe`
299
+
300
+
Minimum offset value for once scroll. If the translation value is less than this value, the carousel will not scroll.
0 commit comments