Interface IEasingFunction
Defines the basic functionality of an easing function.
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public interface IEasingFunction
Methods
| Improve this Doc View SourceEase(Double)
Transforms normalized time to control the pace of an animation.
Declaration
double Ease(double normalizedTime)
Parameters
Type | Name | Description |
---|---|---|
System.Double | normalizedTime | The transformed progress. |
Returns
Type | Description |
---|---|
System.Double | Normalized time (progress) of the animation. |