QuadraticEasingFunction Constructors
The easing function that creates an animation that accelerates and (or) decelerates using the second power function.| Name | Description |
|---|---|
| QuadraticEasingFunction() | Initializes a new instance of the QuadraticEasingFunction class with the default settings. |
See Also