Class IndeterminateEasingEffects
Contains values for the EasingEffects enumeration that about to easing effects for indeterminate indicator animation.
Inheritance
System.Object
IndeterminateEasingEffects
Namespace: Syncfusion.XForms.ProgressBar
Assembly: Syncfusion.SfProgressBar.XForms.dll
Syntax
public sealed class IndeterminateEasingEffects : Enum
Fields
BounceIn
Jumps towards, and then bounces as it settles at the final value.
Declaration
public const IndeterminateEasingEffects BounceIn
Field Value
Type |
---|
IndeterminateEasingEffects |
BounceOut
Leaps to final values, bounces 3 times, and settles.
Declaration
public const IndeterminateEasingEffects BounceOut
Field Value
Type |
---|
IndeterminateEasingEffects |
CubicIn
Starts slowly and accelerates.
Declaration
public const IndeterminateEasingEffects CubicIn
Field Value
Type |
---|
IndeterminateEasingEffects |
CubicInOut
Accelerates and decelerates. Often a natural-looking choice.
Declaration
public const IndeterminateEasingEffects CubicInOut
Field Value
Type |
---|
IndeterminateEasingEffects |
CubicOut
Starts quickly and the decelerates.
Declaration
public const IndeterminateEasingEffects CubicOut
Field Value
Type |
---|
IndeterminateEasingEffects |
Linear
Linear transformation.
Declaration
public const IndeterminateEasingEffects Linear
Field Value
Type |
---|
IndeterminateEasingEffects |
SinIn
Smoothly accelerates.
Declaration
public const IndeterminateEasingEffects SinIn
Field Value
Type |
---|
IndeterminateEasingEffects |
SinInOut
Accelerates in and decelerates out.
Declaration
public const IndeterminateEasingEffects SinInOut
Field Value
Type |
---|
IndeterminateEasingEffects |
SinOut
Smoothly decelerates.
Declaration
public const IndeterminateEasingEffects SinOut
Field Value
Type |
---|
IndeterminateEasingEffects |
SpringIn
Moves away and then leaps toward the final value.
Declaration
public const IndeterminateEasingEffects SpringIn
Field Value
Type |
---|
IndeterminateEasingEffects |
SpringOut
Overshoots and then returns.
Declaration
public const IndeterminateEasingEffects SpringOut
Field Value
Type |
---|
IndeterminateEasingEffects |