Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.36 KB

compositioneasingfunction_createelasticeasingfunction_853875009.md

File metadata and controls

47 lines (25 loc) · 1.36 KB
-api-id -api-type
M:Microsoft.UI.Composition.CompositionEasingFunction.CreateElasticEasingFunction(Microsoft.UI.Composition.Compositor,Microsoft.UI.Composition.CompositionEasingFunctionMode,System.Int32,System.Single)
winrt method

Microsoft.UI.Composition.CompositionEasingFunction.CreateElasticEasingFunction(Microsoft.UI.Composition.Compositor,Microsoft.UI.Composition.CompositionEasingFunctionMode,System.Int32,System.Single)

-description

Creates a new instance of ElasticEasingFunction.

-parameters

-param owner

The compositor used to create the easing function.

-param mode

A value that specifies how the animation interpolates.

-param oscillations

The number of times the target slides back and forth over the animation destination.

-param springiness

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.

-returns

The created ElasticEasingFunction object.

-remarks

-see-also

ElasticEasingFunction

-examples