Api animationSettingsModel in EJ2 TypeScript Dialog control
23 Jun 20231 minute to read
Interface for a class AnimationSettings
Properties
delay number
Specifies the delay value in milliseconds to wait before animation begins.
duration number
Specifies the animation duration to complete with one animation cycle.
effect string
Specifies the effect to open and close the Dialog.
If the user sets Fade effect then the Dialog will open with ‘FadeIn’ effect and close with ‘FadeOut’ effect.
Following list of effects will be available, you can use any of this.
- ‘Fade’
- ‘FadeZoom’
- ‘FlipLeftDown’
- ‘FlipLeftUp’
- ‘FlipRightDown’
- ‘FlipRightUp’
- ‘FlipXDown’
- ‘FlipXUp’
- ‘FlipYLeft’
- ‘FlipYRight’
- ‘SlideBottom’
- ‘SlideLeft’
- ‘SlideRight’
- ‘SlideTop’
- ‘Zoom’
- ‘None’