menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupAnimationMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupAnimationMode

    Built-in animations available in SfPopup, which is applied when the PopupView opens and closes in the screen.

    Inheritance
    System.Object
    PopupAnimationMode
    Namespace: Syncfusion.Maui.Popup
    Assembly: Syncfusion.Maui.Popup.dll
    Syntax
    public sealed class PopupAnimationMode : Enum

    Fields

    Fade

    Fade-out animation will be applied when the PopupView opens and Fade-in animation will be applied when the PopupView closes.

    Declaration
    public const PopupAnimationMode Fade
    Field Value
    Type
    PopupAnimationMode

    None

    Animation will not be applied.

    Declaration
    public const PopupAnimationMode None
    Field Value
    Type
    PopupAnimationMode

    SlideOnBottom

    PopupView will be animated from bottom-to-top, when it opens and it will be animated from top-to-bottom when the PopupView closes.

    Declaration
    public const PopupAnimationMode SlideOnBottom
    Field Value
    Type
    PopupAnimationMode

    SlideOnLeft

    PopupView will be animated from left-to-right, when it opens and it will be animated from right-to-left when the PopupView closes.

    Declaration
    public const PopupAnimationMode SlideOnLeft
    Field Value
    Type
    PopupAnimationMode

    SlideOnRight

    PopupView will be animated from right-to-left, when it opens and it will be animated from left-to-right when the PopupView closes.

    Declaration
    public const PopupAnimationMode SlideOnRight
    Field Value
    Type
    PopupAnimationMode

    SlideOnTop

    PopupView will be animated from top-to-bottom, when it opens and it will be animated from bottom-to-top when the PopupView closes.

    Declaration
    public const PopupAnimationMode SlideOnTop
    Field Value
    Type
    PopupAnimationMode

    Zoom

    zoom-out animation will be applied when the PopupView opens and zoom-in animation will be applied when the PopupView closes.

    Declaration
    public const PopupAnimationMode Zoom
    Field Value
    Type
    PopupAnimationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved