![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Types | |
using | duration = animation_data::duration |
using | frame_iterator_t = decltype(animation_data::keyframes_.begin()) |
Public Member Functions | |
animation (std::initializer_list< keyframe > keyframes, animation_opts opts={}) | |
Friends | |
class | AnimationSystem |
Definition at line 311 of file animations.cppm.
using cydui::animation::duration = animation_data::duration |
Definition at line 315 of file animations.cppm.
using cydui::animation::frame_iterator_t = decltype(animation_data::keyframes_.begin()) |
Definition at line 316 of file animations.cppm.
|
inlineexplicit |
Definition at line 318 of file animations.cppm.
|
friend |
Definition at line 313 of file animations.cppm.