Windows.UI.Xaml.Media.Animation.QuarticEase
July 6, 2022 · View on GitHub
-description
Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f (t) = t4.
-xaml-syntax
<QuarticEase .../>
-remarks
QuarticEase has the same behavior as does a PowerEase with Power value of 4. When EasingMode is EaseIn (the default), this easing function starts slow, remains fairly slow for most of the duration, and accelerates rapidly 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 QuarticEase easing function to a DoubleAnimation to create a decelerating animation.
[!code-xamlQuarticEase]
[!code-csharpQuarticEase_code]
[!code-vbQuarticEase_code]
-see-also
Storyboarded animations, Key-frame animations and easing function animations, PowerEase, BackEase, BounceEase, CircleEase, CubicEase, ElasticEase, ExponentialEase, QuadraticEase, QuinticEase, SineEase, QuinticEase, SineEase