AnimateChildOptions
添加持续时间选项,以控制子动画的动画样式和时序。
Adds duration options to control animation styling and timing for a child animation.
interface AnimateChildOptions extends AnimationOptions {
duration?: number | string
// 继承自 animations/AnimationOptions
delay?: number | string
params?: {...}
}
参见
属性
属性 | 说明 |
---|---|
duration?: number | string |