EasingFunctionBase.Ease(Double) Method

Definition

Transforms normalized time to control the pace of an animation.

C#
public double Ease(double normalizedTime);

Parameters

normalizedTime
Double

Normalized time (progress) of the animation, which is a value from 0 through 1.

Returns

A double that represents the transformed progress.

Implements

Remarks

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

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also