mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
update queue-anim interval
This commit is contained in:
parent
dc2c720cec
commit
d2cf91d837
@ -37,7 +37,7 @@
|
||||
| animConfig | object / array | null | 配置动画参数 <br/> 如 `{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']` | 每个进出场动画开始时的默认样式 |
|
||||
|
Loading…
Reference in New Issue
Block a user