#include "easing_curve.hpp"
#include "interpolation.hpp"
#include "value_animation.hpp"
#include <kanzi/core/cpp/flat_map.hpp>
Classes | |
class | kanzi::KeyframeAnimation< TValueType >::BezierKeyframe |
Use bezier keyframes to animate property value along a bezier curve. More... | |
class | kanzi::KeyframeAnimation< TValueType >::Keyframe |
Keyframe defines a value for the animated property at a specific time in an animation timeline. More... | |
class | kanzi::KeyframeAnimation< TValueType > |
Template class for keyframe animations. More... | |
class | kanzi::KeyframeAnimation< TValueType >::LinearKeyframe |
Use linear keyframes to interpolate animated property value linearly between keyframes. More... | |
class | kanzi::KeyframeAnimation< TValueType >::StepKeyframe |
Use Step keyframes to keep the value of the current keyframe constant up until the following keyframe. More... | |
Namespaces | |
namespace | kanzi |