![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Types | |
| using | duration_t = std::chrono::system_clock::duration |
Public Member Functions | |
| animation_opts ()=default | |
| animation_opts & | easing (easing::function_type fun) |
| animation_opts & | duration (duration_t d) |
Public Attributes | |
| easing::function_type | easing_function_ {easing::linear} |
| duration_t | duration_ |
Definition at line 259 of file animations.cppm.
| using cydui::animation_opts::duration_t = std::chrono::system_clock::duration |
Definition at line 260 of file animations.cppm.
|
default |
Here is the caller graph for this function:
|
inline |
|
inline |
| duration_t cydui::animation_opts::duration_ |
Definition at line 275 of file animations.cppm.
| easing::function_type cydui::animation_opts::easing_function_ {easing::linear} |
Definition at line 274 of file animations.cppm.