New to Kendo UI for Angular? Start a free 30-day trial
AnimationDirection
Represents the available directions for the Dialog opening animation.
Use the AnimationDirection type to set the direction for Dialog animations.
type AnimationDirection = "up" | "down" | "right" | "left";