![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Classes | |
class | properties_base_t |
class | properties_t |
Public Member Functions | |
keyframe & | easing (easing::function_type fun) |
template<typename I> requires (std::derived_from<I, interpolator_base>) | |
keyframe & | interp (const std::string &property_name, I interpolator) |
template<typename I> requires (std::derived_from<I, interpolator_base>) | |
keyframe & | interp (property_id_t property, I interpolator) |
keyframe & | interp (const std::string &property_name, easing::function_type fun) |
keyframe & | interp (property_id_t property, easing::function_type fun) |
keyframe & | config (auto &&fun) |
Static Public Member Functions | |
template<class PropertiesType> | |
static keyframe | make (float position, PropertiesType value={}) |
Friends | |
class | animation_data |
Definition at line 81 of file animations.cppm.
|
inline |
Definition at line 238 of file animations.cppm.
|
inline |
Definition at line 209 of file animations.cppm.
|
inline |
Definition at line 228 of file animations.cppm.
|
inline |
Definition at line 216 of file animations.cppm.
|
inline |
Definition at line 233 of file animations.cppm.
|
inline |
Definition at line 223 of file animations.cppm.
|
inlinestatic |
Definition at line 200 of file animations.cppm.
|
friend |
Definition at line 207 of file animations.cppm.