ElasticEasingFunction.Springiness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 float Springiness { float get(); };
float Springiness();
public float Springiness { get; }
var single = elasticEasingFunction.springiness;
Public ReadOnly Property Springiness As Single
Property Value
float
A positive number that specifies the stiffness of the spring. The default is 3.
Remarks
The smaller the Springiness
value is, the stiffer the spring and the faster the elasticity decreases in intensity over each oscillation.
The following diagram illustrates the effect of different values of Springiness
.