#include <kanzi/ui/ui_api.hpp>
#include <kanzi/core.ui/animation/easing_curve.hpp>
#include <kanzi/core.ui/animation/timeline.hpp>
#include <kanzi/core/cpp/chrono.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/optional.hpp>
Classes | |
class | kanzi::PropertyTargetEasingTimeline |
Property Target Easing Timeline interpolates a property gradually from its old value to a new value using an easing curve each time a new value is set to the property. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::PropertyTargetEasingTimelineSharedPtr = shared_ptr< PropertyTargetEasingTimeline > |