menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AnimationEasing

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

    Inheritance
    System.Object
    AnimationEasing
    Namespace: Syncfusion.XForms.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.XForms.dll
    Syntax
    public sealed class AnimationEasing : Enum

    Fields

    Linear

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

    Declaration
    public const AnimationEasing Linear
    Field Value
    Type
    AnimationEasing

    SinIn

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

    Declaration
    public const AnimationEasing SinIn
    Field Value
    Type
    AnimationEasing

    SinInOut

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

    Declaration
    public const AnimationEasing SinInOut
    Field Value
    Type
    AnimationEasing

    SinOut

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

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