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