Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 652 Bytes

File metadata and controls

28 lines (19 loc) · 652 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.PowerEase.Power
winrt property

Microsoft.UI.Xaml.Media.Animation.PowerEase.Power

-description

Gets or sets 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.

-xaml-syntax

<PowerEase Power="double" .../>

-property-value

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

-remarks

-examples

-see-also