Skip to Content
APIRoutesType Alias: AnimationStatus

Type Alias: AnimationStatus

type AnimationStatus = | { isFinished: false step: MVXRouteStep } | { isFinished: true step: null }

Represents the status of the animation.

Last updated on