EasingFunctionBase.Ease Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Transforms normalized time to control the pace of an animation.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- normalizedTime
- Type: System.Double
Normalized time (progress) of the animation.
Implements
IEasingFunction.Ease(Double)Use the EasingMode property in conjunction with the EaseInCore method to evaluate the easing function.
Show: