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.

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

Syntax

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

Parameters

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

Return Value

Type: System..::.Double
A double that represents the transformed progress.

Implements

IEasingFunction..::.Ease(Double)

Remarks

Use the EasingMode property in conjunction with the EaseInCore method to evaluate the easing function.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

EasingFunctionBase Class

System.Windows.Media.Animation Namespace