File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Import component
4747| ` autoplayProgressVisible ` | ` boolean ` | ` false ` | Show autoplay duration progress indicator |
4848| ` dots ` | ` boolean ` | ` true ` | Current page indicator dots |
4949| ` timingFunction ` | ` string ` | ` 'ease-in-out' ` | CSS animation timing function |
50+ | ` swiping ` | ` boolean ` | ` true ` | Enable swiping |
5051
5152## Events
5253
Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ Import component
273273| `autoplayProgressVisible` | `boolean` | `false` | Show autoplay duration progress indicator |
274274| `dots` | `boolean` | `true` | Current page indicator dots |
275275| `timingFunction` | `string` | `'ease-in-out'` | CSS animation timing function |
276+ | `swiping` | `boolean` | `true` | Enable swiping |
276277
277278<Divider />
278279
You can’t perform that action at this time.
0 commit comments