Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 866 Bytes

easingcolorkeyframe_easingfunction.md

File metadata and controls

35 lines (26 loc) · 866 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.EasingColorKeyFrame.EasingFunction
winrt property

Microsoft.UI.Xaml.Media.Animation.EasingColorKeyFrame.EasingFunction

-description

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

-xaml-syntax

<EasingColorKeyFrame>
  <EasingColorKeyFrame.EasingFunction>
    easingFunction
  </EasingColorKeyFrame.EasingFunction >
</EasingColorKeyFrame>

-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