![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Member Functions | |
refl::any | interpolate (double x, refl::any initial_value) const |
Public Attributes | |
std::list< std::tuple< double, refl::any, std::function< refl::any(refl::any, refl::any, double)>, easing::function_type > > | keyframes {} |
Definition at line 44 of file animations.cppm.
|
inline |
Definition at line 45 of file animations.cppm.
std::list<std::tuple< double, refl::any, std::function<refl::any(refl::any, refl::any, double)>, easing::function_type> > cydui::property_timeline_t::keyframes {} |
Definition at line 74 of file animations.cppm.