Class QuadraticEase
Implements quadratic easing function for animations
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class QuadraticEase : EasingFunctionBase
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 |