New to Kendo UI for Angular? Start a free 30-day trial
DialogAnimationType
Represents the available Dialog animation types.
Use the DialogAnimationType
type to specify the animation for Dialog transitions.
type
DialogAnimationType = "translate" | "slide" | "fade" | "expand" | "zoom";