Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 577 Bytes

powereasingfunction_power.md

File metadata and controls

29 lines (16 loc) · 577 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.PowerEasingFunction.Power
winrt property

Microsoft.UI.Composition.PowerEasingFunction.Power

-description

Gets or sets the exponential power of the animation interpolation.

-property-value

The exponential power of the animation interpolation. This value must be greater or equal to 0. The default is 2.

-remarks

For example, a value of 7 will create an animation interpolation curve that follows the formula f(t) = t7.

-see-also

-examples