AnimationOptions
Options that control animation styling and timing.
interface AnimationOptions {
delay?: number | string
params?: {...}
}
Child interfaces
Description
The following animation functions accept AnimationOptions
data:
transition()
sequence()
group()
query()
animation()
useAnimation()
animateChild()
Programmatic animations built using the AnimationBuilder
service also
make use of AnimationOptions
.