New to Kendo UI for Angular? Start a free 30-day trial
AnimationType
Updated on Jun 10, 2025
Defines the possible animation types for the Popup.
type AnimationType = "slide" | "expand" | "zoom" | "fade";