EasingFunctionBase.Ease(Double) Method

Definition

Transforms normalized time to control the pace of an animation.

public:
 virtual double Ease(double normalizedTime) = Ease;
double Ease(double const& normalizedTime);
public double Ease(double normalizedTime);
function ease(normalizedTime)
Public Function Ease (normalizedTime As Double) As Double

Parameters

normalizedTime
Double

double

Normalized time (progress) of the animation.

Returns

Double

double

A double that represents the transformed progress.

Applies to