Angular Toast - ToastAnimation

import { dxToastAnimation } from "devextreme/ui/toast"

hide

An object that defines the animation properties used when the UI component is being hidden.

Default Value: { type: 'fade', duration: 400, to: 0 }

show

An object that defines the animation properties used when the UI component is being shown.

Default Value: { type: 'fade', duration: 400, from: 0, to: 1 }