Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 790 Bytes

bounceeasingfunction_bounciness.md

File metadata and controls

28 lines (16 loc) · 790 Bytes
-api-id -api-type
P:Windows.UI.Composition.BounceEasingFunction.Bounciness
winrt property

Windows.UI.Composition.BounceEasingFunction.Bounciness

-description

Gets a value that specifies how bouncy the bounce animation is. 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).

-property-value

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

-remarks

The value of this property is set as a parameter of the CompositionEasingFunction.CreateBounceEasingFunction.md method.

-see-also

-examples