#include <kanzi/interop/autogen/ui/node_component/animation/property_target_easing_interpolator_enums.hpp>
Public Types | |
enum class | EasingFunction { Linear , Step , SmoothStep , SmootherStep , Back , Bounce , Circle , Cubic , Elastic , Exponential , Power , Quadratic , Quartic , Quintic , Sine } |
Specifies the easing function for the interpolation animation. More... | |
Specifies the easing function for the interpolation animation.
Enumerator | |
---|---|
Linear | Specifies linear easing function.
|
Step | Specifies step easing function.
|
SmoothStep | Specifies smooth step easing function.
|
SmootherStep | Specifies smoother step easing function.
|
Back | Specifies back easing function.
|
Bounce | Specifies bounce easing function.
|
Circle | Specifies circle easing function.
|
Cubic | Specifies cubic easing function.
|
Elastic | Specifies elastic easing function.
|
Exponential | Specifies exponential easing function.
|
Power | Specifies power easing function.
|
Quadratic | Specifies quadratic easing function.
|
Quartic | Specifies quartic easing function.
|
Quintic | Specifies quintic easing function.
|
Sine | Specifies sine easing function.
|