Share via


4.626 PowerEase (4)

x:Object > DependencyObject > Freezable > EasingFunctionBase > PowerEase, IEasingFunction

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