Type Alias BasicAnimationState

BasicAnimationState: {
    cancelled: boolean;
}

State that is available in the resolution of the Promise for BasicAnimation.finished.

Type declaration

  • cancelled: boolean

    True if the animation was cancelled.