ElasticEase.Springiness Property

Definition

Gets or sets the stiffness of the spring. The smaller the Springiness value is, the stiffer the spring and the faster the elasticity decreases in intensity over each oscillation.

public:
 property double Springiness { double get(); void set(double value); };
double Springiness();

void Springiness(double value);
public double Springiness { get; set; }
var double = elasticEase.springiness;
elasticEase.springiness = double;
Public Property Springiness As Double
<ElasticEase Springiness="double"/>

Property Value

Double

double

A positive number that specifies the stiffness of the spring. The default value is 3.

Applies to