ToastAnimationSettingsModel
Interface representing the animation settings for showing and hiding the toast.
Properties
hide ToastAnimationModel
Specifies the animation settings to apply when hiding the toast.
Default: { effect: 'FadeOut', duration: 600, easing: 'ease' }
show ToastAnimationModel
Specifies the animation settings to apply when showing the toast.
Default: { effect: 'FadeIn', duration: 600, easing: 'ease' }