Type Alias ModalAnimationState

Source
type ModalAnimationState = "opening" | "sliding" | "bouncing" | "closing"