Changes the value quickly without instant changes in velocity. More...
#include <kanzi/core.ui/animation/easing_curve_shared.hpp>
Public Member Functions | |
float | operator() (float time) const |
Computes the value of the easing function for the given time. More... | |
Changes the value quickly without instant changes in velocity.
Smoother step easing function accelerates slower in the beginning and the end of the function than the smooth step easing function.
|
inline |
Computes the value of the easing function for the given time.
time | Normalized time. |