Type Alias: AnimationStatus
type AnimationStatus =
| {
isFinished: false
step: MVXRouteStep
}
| {
isFinished: true
step: null
}Represents the status of the animation.
Last updated on
type AnimationStatus =
| {
isFinished: false
step: MVXRouteStep
}
| {
isFinished: true
step: null
}Represents the status of the animation.