menu

MAUI

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

    Show / Hide Table of Contents

    Class PopupAnimationEasing

    Defines constants that specifies the built-in animation easing effects available in SfPopup when opening and closing the popup.

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

    Fields

    Linear

    This easing function will use a constant velocity to animate the view and is the default type.

    Declaration
    public const PopupAnimationEasing Linear
    Field Value
    Type
    PopupAnimationEasing

    SinIn

    This easing function will smoothly accelerate the animation to its final value.

    Declaration
    public const PopupAnimationEasing SinIn
    Field Value
    Type
    PopupAnimationEasing

    SinInOut

    This easing function will smoothly accelerate the animation at the beginning and then smoothly decelerates the animation at the end.

    Declaration
    public const PopupAnimationEasing SinInOut
    Field Value
    Type
    PopupAnimationEasing

    SinOut

    This easing function will smoothly decelerate the animation to its final value.

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