31 #ifndef TWEENY_TWEENPOINT_H 32 #define TWEENY_TWEENPOINT_H 38 #include "tweentraits.h" 46 template<
typename... Ts>
48 typedef detail::tweentraits<Ts...> traits;
50 typename traits::valuesType values;
51 typename traits::durationsArrayType durations;
52 typename traits::easingCollection easings;
53 typename traits::callbackType onEnterCallbacks;
60 template<
typename D>
void during(D milis);
63 template<
typename... Ds>
void during(Ds... vs);
66 template<
typename... Fs>
void via(Fs... fs);
69 template<
typename F>
void via(F f);
72 uint16_t duration()
const;
75 uint16_t duration(
size_t i)
const;
80 #include "tweenpoint.tcc" 82 #endif //TWEENY_TWEENPOINT_H The tweeny namespace contains all symbols and names for the Tweeny library.
Definition: MANUAL.dox:1