IEasingFunction.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.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Function Ease ( _
    normalizedTime As Double _
) As Double
double Ease(
    double normalizedTime
)

Parameters

  • normalizedTime
    Type: System..::.Double
    Normalized time (progress) of the animation.

Return Value

Type: System..::.Double
The transformed progress.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IEasingFunction Interface

System.Windows.Media.Animation Namespace