Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 848 Bytes

easingpointkeyframe_easingfunction.md

File metadata and controls

38 lines (26 loc) · 848 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame.EasingFunction
winrt property

Windows.UI.Xaml.Media.Animation.EasingPointKeyFrame.EasingFunction

-description

Gets or sets the easing function that is applied to the key frame.

-xaml-syntax

<EasingPointKeyFrame>
  <EasingPointKeyFrame.EasingFunction>
    easingFunction
  </EasingPointKeyFrame.EasingFunction >
</EasingPointKeyFrame> 

-xaml-values

easingFunction
easingFunctionExactly one object element for an object that derives from EasingFunctionBase, for example, PowerEase.
## -property-value The easing function that is applied to the key frame.

-remarks

-examples

-see-also