Specifies the type of animation used when showing or hiding popup controls. Each animation type provides a different visual effect for popup transitions.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public enum PopupAnimationType
Fields
A fade animation is applied when showing or hiding the popup. The popup gradually transitions between transparent and opaque states.
Fade = 1
No animation is applied when showing or hiding the popup. The popup appears and disappears instantly without any transition effect.
None = 0
A slide animation is applied when showing or hiding the popup. The content of the popup gradually shows, creating a sliding or unfolding effect.
Slide = 3
A zoom animation is applied when showing or hiding the popup. The popup scales from/to zero size, creating a zoom-in/zoom-out effect.
Zoom = 2