ToastAnimationSettings
23 Sep 20251 minute to read
An object that is used to configure the show/hide animation settings of Toast.
Properties
hide ToastAnimationsModel
Specifies the animation to appear while hiding the Toast.
Defaults to { effect: ‘FadeOut’, duration: 600, easing: ‘ease’ }
show ToastAnimationsModel
Specifies the animation to appear while showing the Toast.
Defaults to { effect: ‘FadeIn’, duration: 600, easing: ‘ease’ }