BounceEasingFunction.Bounciness Property

Definition

Gets or sets a value that specifies how bouncy the bounce animation is.

public:
 property float Bounciness { float get(); };
float Bounciness();
public float Bounciness { get; }
var single = bounceEasingFunction.bounciness;
Public ReadOnly Property Bounciness As Single

Property Value

Single

float

The value that specifies how bouncy the bounce animation is. This value must be positive. The default is 2.

Remarks

Low values of this property result in bounces with little loss of height between bounces (more bouncy) while high values result in dampened bounces (less bouncy).

Applies to