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