diff --git a/components/enter-animation/index.md b/components/enter-animation/index.md index f8d63ddb418c94cf39bcd234d24976ae48b01e51..46f065a36ab9f65c40488913ee9aecf8be58a9a9 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 - ### |参数 |类型 |默认值 |详细 |