EnumPopupAnimationType
Enum
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:
cs-api-definition
public enum PopupAnimationType
Fields
Fade
A fade animation is applied when showing or hiding the popup. The popup gradually transitions between transparent and opaque states.
None
No animation is applied when showing or hiding the popup. The popup appears and disappears instantly without any transition effect.
Zoom
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.