QuinticEasingFunction Constructors
An easing function that uses the formula f(t) = t⁵ to specify how the animation speeds up or slows down.Name | Description |
---|---|
QuinticEasingFunction() | Initializes a new instance of the QuinticEasingFunction class. |
See Also