DialogAnimationProps

Specifies the configuration for the dialog's animation behavior, controlling how it appears and disappears.

Props

The following table outlines the props for the DialogAnimationProps:

NameTypeDefaultDescription
delay
number
0

Specifies the delay before starting the animation, in milliseconds.

duration
number
400

Specifies the animation duration in milliseconds. Higher values result in slower animations.

effect
'Fade'

Specifies the type of animation effect to apply to the dialog.