ToastTransitions

Different transitions offered by Notifications

TypeScript
export type ToastTransitions = 'Bounce' | 'Slide' | 'Zoom' | 'Flip';