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