Class BackEase
Represents an easing function that retracts the motion of an animation slightly before it begins to animate in the path indicated.
Implements
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public class BackEase : EasingFunctionBase, IEasingFunction
Fields
Amplitude
Gets or sets the current amplitude.
Declaration
public double Amplitude
Field Value
Type | Description |
---|---|
double | The amplitude. |
Methods
EaseInCore(double)
Eases the in core.
Declaration
protected override double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
double | normalizedTime | The normalized time. |
Returns
Type | Description |
---|---|
double | Double result value. |