From d2cf91d83789dd63216abcc6be97d0170c12c580 Mon Sep 17 00:00:00 2001 From: jljsj Date: Wed, 21 Oct 2015 18:15:17 +0800 Subject: [PATCH] update queue-anim interval --- components/queue-anim/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/queue-anim/index.md b/components/queue-anim/index.md index 08176f470b..c45fce5cbc 100644 --- a/components/queue-anim/index.md +++ b/components/queue-anim/index.md @@ -37,7 +37,7 @@ | animConfig | object / array | null | 配置动画参数
如 `{opacity:[1, 0],translateY:[0, -30]}` 具体参考 [velocity](http://julian.com/research/velocity) 的写法| | delay | number / array | 0 | 整个动画的延时,以毫秒为单位 | | duration | number / array | 500 | 每个动画的时间,以毫秒为单位 | -| interval | number / array | 30 | 每个动画的间隔时间,以毫秒为单位 | +| interval | number / array | 100 | 每个动画的间隔时间,以毫秒为单位 | | leaveReverse | boolean | false | 出场时是否倒放,从最后一个 dom 开始往上播放 | | ease | string / array | `easeOutQuart` | 动画的缓动函数,[查看详细](http://julian.com/research/velocity/#easing) | | animatingClassName | array | `['queue-anim-entering', 'queue-anim-leaving']` | 每个进出场动画开始时的默认样式 |