Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 864 Bytes

easingcolorkeyframe_easingfunction.md

File metadata and controls

37 lines (26 loc) · 864 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.EasingColorKeyFrame.EasingFunction
winrt property

Windows.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