Type Alias BasicAnimationState

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

type BasicAnimationState = {
    cancelled: boolean;
}
Index

Properties

Properties

cancelled: boolean

True if the animation was cancelled.