Interface IEasingFunction
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 | Normalized time (progress) of the animation. |
Returns
Type | Description |
---|---|
System.Double | The transformed progress. |