Class BackEase
Implements back easing function for animations
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class BackEase : EasingFunctionBase
Fields
AmplitudeProperty
The amplitude property
Declaration
public static readonly DependencyProperty AmplitudeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Amplitude
Gets or sets the amplitude.
Declaration
public float Amplitude { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The amplitude. |
Methods
CloneCore()
Clones the core.
Declaration
protected override EasingFunctionBase CloneCore()
Returns
Type | Description |
---|---|
EasingFunctionBase |
Overrides
EaseCore(Double)
Core method for easing function
Declaration
protected override double EaseCore(double progress)
Parameters
Type | Name | Description |
---|---|---|
System.Double | progress | The progress. |
Returns
Type | Description |
---|---|
System.Double |