#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core.ui/object/object.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/chrono.hpp>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/time/time_interval.hpp>
Classes | |
class | kanzi::Timeline |
The Kanzi animation system consists of animations and timelines: animations define how the values of specific type change in time, and timelines map the animations to properties of objects you want to animate. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::TimelinePlaybackSharedPtr = shared_ptr< TimelinePlayback > |
using | kanzi::TimelineSharedPtr = shared_ptr< Timeline > |