AnimationSettings
23 Sep 20251 minute to read
Configures the animation properties for both open and close the dialog.
Properties
delay number
Specifies the delay in milliseconds to start animation.
Defaults to 0
duration number
Specifies the duration in milliseconds that the animation takes to open or close the dialog.
Defaults to 400
effect DialogEffect
Specifies the animation name that should be applied on open and close the dialog.
If user sets Fade animation, the dialog will open with FadeIn effect and close with FadeOut effect.
The following are the list of animation effects available to configure to the dialog:
- Fade
- FadeZoom
- FlipLeftDown
- FlipLeftUp
- FlipRightDown
- FlipRightUp
- FlipXDown
- FlipXUp
- FlipYLeft
- FlipYRight
- SlideBottom
- SlideLeft
- SlideRight
- SlideTop
- Zoom
- None
Defaults to ‘Fade’