Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2.24 KB

quinticease.md

File metadata and controls

40 lines (24 loc) · 2.24 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Animation.QuinticEase
winrt class

Windows.UI.Xaml.Media.Animation.QuinticEase

-description

Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f (t) = t5.

-xaml-syntax

<QuinticEase .../>

-remarks

QuinticEase has the same behavior as does a PowerEase with Power value of 5. When EasingMode is EaseIn (the default), this easing function starts slow, remains slow for most of the duration, and accelerates very rapidly very near the end of the duration time.

An easing function can be applied to the EasingFunction properties of From/To/By animations, or to the EasingFunction properties of key-frame types used for the Easing variants of key-frame animations. For more info, see Key-frame animations and easing function animations.

-examples

This XAML example applies a QuinticEase easing function to a DoubleAnimation to create a decelerating animation.

[!code-xamlQuinticEase]

[!code-csharpQuinticEase_code]

[!code-vbQuinticEase_code]

-see-also

Storyboarded animations, Key-frame animations and easing function animations, PowerEase, BackEase, BounceEase, CircleEase, CubicEase, ElasticEase, ExponentialEase, QuadraticEase, QuarticEase, SineEase, QuarticEase, SineEase