Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnimationEasing

    Show / Hide Table of Contents

    Class AnimationEasing

    Defines constants that describes the possible animation types for the expanding and collapsing actions in an SfExpander.

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

    The animation property specifies the rate of change of a parameter over time or animation style of the expander.

    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 Description
    AnimationEasing

    None

    This easing function causes no animation to decelerate towards the final value.

    Declaration
    public const AnimationEasing None
    Field Value
    Type Description
    AnimationEasing

    SinIn

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

    Declaration
    public const AnimationEasing SinIn
    Field Value
    Type Description
    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 Description
    AnimationEasing

    SinOut

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

    Declaration
    public const AnimationEasing SinOut
    Field Value
    Type Description
    AnimationEasing

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved