Class BackEase
Represents an easing function that retracts the motion of an animation slightly before it begins to follow the indicated path.
Implements
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)
Core easing method.
Declaration
protected override double EaseInCore(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
double | normalizedTime | The normalized time. |
Returns
Type | Description |
---|---|
double | A double value result. |