Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 840 Bytes

easingfunctionbase_easingmode.md

File metadata and controls

34 lines (23 loc) · 840 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.EasingFunctionBase.EasingMode
winrt property

Windows.UI.Xaml.Media.Animation.EasingFunctionBase.EasingMode

-description

Gets or sets a value that specifies how the animation interpolates.

-xaml-syntax

<easingFunction EasingMode="easingMode"/>

-xaml-values

easingFunction
easingFunctionAn object element for a type that derives from EasingFunctionBase.
easingMode
easingModeA named constant of the EasingMode enumeration, such as EaseIn
## -property-value One of the enumeration values that specifies how the animation interpolates. The default is **EaseOut**.

-remarks

-examples

-see-also