Enum
PopupAnimationType

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.

Declaration

cs-api-definition
Fade = 1

Field Value

PopupAnimationType

None

No animation is applied when showing or hiding the popup. The popup appears and disappears instantly without any transition effect.

Declaration

cs-api-definition
None = 0

Field Value

PopupAnimationType

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.

Declaration

cs-api-definition
Zoom = 2

Field Value

PopupAnimationType

In this article
DefinitionFieldsFadeNoneZoom
Not finding the help you need?
Contact Support