From 196d2cb9cf9047fa7e1b3324396f3a4fe00414f8 Mon Sep 17 00:00:00 2001 From: jljsj Date: Wed, 9 Sep 2015 17:01:29 +0800 Subject: [PATCH] updata enterAnimation index.md --- components/enter-animation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/enter-animation/index.md b/components/enter-animation/index.md index f24acc92fb..9b7daaf2dc 100644 --- a/components/enter-animation/index.md +++ b/components/enter-animation/index.md @@ -71,7 +71,7 @@ router使用方法: |参数 |类型 |默认值 |详细 | |-----------------|-------|-------------|----------------------------------------------------| |type |string |`right` |执行动画的内置参数 | -|eStyle |string |null |同上, style 的样式动画, `type` 有值,此项无效| +|style |string |null |同上, style 的样式动画, `type` 有值,此项无效| |duration |number |0.5 |每个动画的时间| |ease |string|`cubic-bezier(0.165, 0.84, 0.44, 1);`|样式缓动,只支持 css 样式缓动;| |delay |number |0 |整个区块的延时,以秒为单位|