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