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