Class ExponentialEase
Implements exponential easing function for animations
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ExponentialEase : EasingFunctionBase
Fields
ExponentProperty
The exponent property
Declaration
public static readonly DependencyProperty ExponentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Exponent
Gets or sets the exponent.
Declaration
public float Exponent { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The exponent. |
Methods
CloneCore()
Clone core method for easing function
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 |