menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ExpanderAnimationEasing - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpanderAnimationEasing

    Specifies the easing function for the animation of SfExpander control.

    Inheritance
    System.Object
    ExpanderAnimationEasing
    Namespace: Syncfusion.Maui.Toolkit.Expander
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class ExpanderAnimationEasing : Enum

    Fields

    Linear

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

    Declaration
    public const ExpanderAnimationEasing Linear
    Field Value
    Type
    ExpanderAnimationEasing

    None

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

    Declaration
    public const ExpanderAnimationEasing None
    Field Value
    Type
    ExpanderAnimationEasing

    SinIn

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

    Declaration
    public const ExpanderAnimationEasing SinIn
    Field Value
    Type
    ExpanderAnimationEasing

    SinInOut

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

    Declaration
    public const ExpanderAnimationEasing SinInOut
    Field Value
    Type
    ExpanderAnimationEasing

    SinOut

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

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