AnimationOptions
用来控制动画样式和时序的选项。
Options that control animation styling and timing.
interface AnimationOptions {
delay?: number | string
params?: {...}
}
说明
下列动画函数可以接受 AnimationOptions 数据:
The following animation functions accept AnimationOptions data:
利用 AnimationBuilder 服务构建程序化动画时也会用到 AnimationBuilder。
Programmatic animations built using the AnimationBuilder service also make use of AnimationOptions.