Search results

ToastAnimationSettings API in Angular Toast API component

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’ }

Contents
Contents