97 template<
typename... Ts>
tween<Ts...>
from(Ts... vs);
The tween class is the core class of tweeny. It controls the interpolation steps, easings and duratio...
Definition tween.h:48
tween< Ts... > from(Ts... vs)
Creates a tween starting from the values defined in the arguments.
The tweeny namespace contains all symbols and names for the Tweeny library.
Definition MANUAL.dox:1