BackEasingFunction.Amplitude Property

Definition

Gets or sets the amplitude of retraction associated with a BackEase animation.

public:
 property float Amplitude { float get(); };
float Amplitude();
public float Amplitude { get; }
var single = backEasingFunction.amplitude;
Public ReadOnly Property Amplitude As Single

Property Value

Single

float

The amplitude of retraction associated with a BackEase animation. This value must be greater than or equal to 0. The default is 1.

Remarks

The larger the amplitude, the larger the retraction before and/or after the animation.

A graph of different amplitude values

Applies to