ExponentialEasingFunction.Exponent Property

Definition

Gets or sets the exponent used to determine the interpolation of the animation.

public:
 property float Exponent { float get(); };
float Exponent();
public float Exponent { get; }
var single = exponentialEasingFunction.exponent;
Public ReadOnly Property Exponent As Single

Property Value

Single

float

The exponent used to determine the interpolation of the animation. The default is 2.

Remarks

The formula used for this function is the following.

Mathematical formula for ExponentialEasingFunction

Using the formula above, the following graph illustrates the effect of several different values for the Exponent property:

Graph showing exponential ease for three Exponent values

Applies to