menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnimationMode

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

    Inheritance
    System.Object
    AnimationMode
    Namespace: Syncfusion.XForms.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.XForms.dll
    Syntax
    public sealed class AnimationMode : 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 AnimationMode Fade
    Field Value
    Type
    AnimationMode

    None

    Animation will not be applied.

    Declaration
    public const AnimationMode None
    Field Value
    Type
    AnimationMode

    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 AnimationMode SlideOnBottom
    Field Value
    Type
    AnimationMode

    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 AnimationMode SlideOnLeft
    Field Value
    Type
    AnimationMode

    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 AnimationMode SlideOnRight
    Field Value
    Type
    AnimationMode

    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 AnimationMode SlideOnTop
    Field Value
    Type
    AnimationMode

    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 AnimationMode Zoom
    Field Value
    Type
    AnimationMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved