4.649 PowerEase

x:Object > DependencyObject > Freezable > EasingFunctionBase > PowerEase, IEasingFunction
PowerEase
(usage)
<PowerEase />
(description)
Represents an easing function that creates an animation that accelerates and/or decelerates using the formula f(t) = tp where p is equal to the Power property.
(properties)
Power
x:Double
(description)
The exponential power of the animation interpolation. For example, a value of 7 will create an animation interpolation curve that follows the formula f(t) = t7.