AnimationSettingsModel
23 Sep 20251 minute to read
Interface for a class AnimationSettings
Properties
delay number
Specifies the delay in milliseconds to start animation.
duration number
Specifies the duration in milliseconds that the animation takes to open or close the dialog.
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