PopupAnimationOptions
Props
The following table outlines the props for the PopupAnimationOptions:
| Name | Type | Default | Description |
|---|---|---|---|
| hide | AnimationOptions | { hide: { name: 'FadeOut', duration: 0, timingFunction: 'ease-out' } } | Specifies the animation that should happen when toast closes. |
| show | AnimationOptions | { show: { name: 'FadeIn', duration: 0, timingFunction: 'ease-out' } } | Specifies the animation that should happen when toast opens. |