Skip to content

Commit fdc0f9e

Browse files
committed
docs: update custom-animation.md
1 parent 4eb6c72 commit fdc0f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/custom-animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const CustomItem = ({ index, animationValue }) => {
8080
}
8181
```
8282

83-
In order to implement some animation effects outside `Carousel`, such as `MaskView`, we pass the animation value calculated inside each item through `renderItem`.
83+
In order to implement some animation effects outside `Carousel`, such as `MaskView`, we pass the animation value calculated inside each Item to the outside through `renderItem`.
8484

8585
### ScaleFadeInOut
8686

docs/custom-animation.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const CustomItem = ({ index, animationValue }) => {
8080
}
8181
```
8282

83-
为了让`Carousel`外部实现一些动画效果,比如`MaskView`,我们将每个item内部计算出来的动画值,通过`renderItem`传递了出来
83+
为了让`Carousel`外部实现一些动画效果,比如`MaskView`,我们将每个Item内部计算出来的动画值通过`renderItem`传递到了外部
8484

8585
### 缩放渐入渐出效果
8686

0 commit comments

Comments
 (0)