diff --git a/components/enter-animation/index.md b/components/enter-animation/index.md
index f8d63ddb41..46f065a36a 100644
--- a/components/enter-animation/index.md
+++ b/components/enter-animation/index.md
@@ -15,7 +15,7 @@
- 小的信息元素排布或块状较多的情况下,根据一定的路径层次依次进场,区分维度层级,来凸显量级,使页面转场更加流畅和舒适,提高整体视觉效果和产品的质感。
-## 如何使用
+## API
一级子元素依次进场。
@@ -43,21 +43,6 @@
```
-router 使用方法:
-
-```html
-
- {cloneElement(this.props.children || , {key: 'demo1'})}
- //或者直接标签
-
-
-```
-
-## API
-
###
|参数 |类型 |默认值 |详细 |