Example of Animation in ASP.NET Core Dialog Control
This example demonstrates how to open or close the dialog with animation effects by clicking the appropriate button.
DEMO
SOURCE
The dialog is configured with animation effect. It is opened or closed with 'Zoom In or Out' animation.
The dialog can be opened or closed with animation effect using the animationSettings
property.
You can also customize the duration of animation and delay to begin animation.
Disables the dialog's animation by setting the animation effect as none.