Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 888 Bytes

elasticeasingfunction_springiness.md

File metadata and controls

33 lines (18 loc) · 888 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.ElasticEasingFunction.Springiness
winrt property

Microsoft.UI.Composition.ElasticEasingFunction.Springiness

-description

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.

-property-value

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.

A graph that demonstrates different Springiness values

-see-also

-examples