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