Type Alias AnimationPlayState

    AnimationPlayState:
        | "finished"
        | "idle"
        | "paused"
        | "running"