Tweeny 3
A Tweening library for modern C++
|
◆ to()
template<typename T , typename... Ts>
Adds a new currentPoint in this tweening. This will add a new tweening currentPoint with the specified values. Next calls to Example auto t = tweeny::from(0).to(100).to(200);
tween< Ts... > from(Ts... vs) Creates a tween starting from the values defined in the arguments.
|