Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 730 Bytes

powereasingfunction_power.md

File metadata and controls

28 lines (16 loc) · 730 Bytes
-api-id -api-type
P:Windows.UI.Composition.PowerEasingFunction.Power
winrt property

Windows.UI.Composition.PowerEasingFunction.Power

-description

Gets the exponential power of the animation interpolation. For example, a value of 7 creates an animation interpolation curve that follows the formula f (t) = t7.

-property-value

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

-remarks

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

-see-also

-examples