From 11c0683baad0a46f0b4cf2d8468521dbc7ba0a72 Mon Sep 17 00:00:00 2001 From: Khalifa Lame Date: Sat, 16 Sep 2017 04:27:46 +0100 Subject: [PATCH] Update Carousel English doc (#7631) Fixed typos. --- components/carousel/index.en-US.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/carousel/index.en-US.md b/components/carousel/index.en-US.md index e4aeccd23a..9554e6125a 100644 --- a/components/carousel/index.en-US.md +++ b/components/carousel/index.en-US.md @@ -9,18 +9,18 @@ A carousel component. Scales with its container. ## When To Use - When there is a group of content on the same level. -- When there is insufficient content space, it can be used to save space in the form of a resolving door. +- When there is insufficient content space, it can be used to save space in the form of a revolving door. - Commonly used for a group of pictures/cards. ## API | Property | Description | Type | Default | |------------------|----------------------------------------------|----------|---------------------------------| -| effect | Animation effect, either `scrollx` or `fade` | string | scrollx | -| dots | Whether to show the dots at the bottom of the gallery | boolean | true | -| vertical | Whether to use a vertical display | boolean | false | -| autoplay | Whether to scroll automatically | boolean | false | -| easing | Transition name | string | linear | +| effect | Transition effect | `scrollx` \| `fade` | `scrollx` | +| dots | Whether to show the dots at the bottom of the gallery | boolean | `true` | +| vertical | Whether to use a vertical display | boolean | `false` | +| autoplay | Whether to scroll automatically | boolean | `false` | +| easing | Transition interpolation function name | string | `linear` | | beforeChange | Callback function called before the current index changes | function(from, to) | | afterChange | Callback function called after the current index changes | function(current) |