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 |
---|
AnimationEasing |
None
This easing function causes no animation to decelerate towards the final value.
Declaration
public const AnimationEasing None
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 |