Class ExpanderAnimationEasing
Specifies the easing function for the animation of SfExpander control.
Inheritance
System.Object
ExpanderAnimationEasing
Namespace: Syncfusion.Maui.Expander
Assembly: Syncfusion.Maui.Expander.dll
Syntax
public sealed class ExpanderAnimationEasing : 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 ExpanderAnimationEasing Linear
Field Value
None
This easing function causes no animation to decelerate towards the final value.
Declaration
public const ExpanderAnimationEasing None
Field Value
SinIn
This easing function will smoothly accelerate the animation to its final value.
Declaration
public const ExpanderAnimationEasing SinIn
Field Value
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
SinOut
This easing function will smoothly decelerate the animation to its final value.
Declaration
public const ExpanderAnimationEasing SinOut