Tweeny
3.2.0
A Tweening library for modern C++
|
◆ step() [1/3]
Steps the animation by the designated percentage amount. You can use this function to step the tweening by a specified percentage delta. Example: // tween duration is 100ms
// steps for 16ms
tween.step(0.001f);
tween< Ts... > from(Ts... vs) Creates a tween starting from the values defined in the arguments.
|