Keyframe defines a value for the animated property at a specific time in an animation timeline.
More...
#include <kanzi/core.ui/animation/keyframe_animation.hpp>
template<typename TValueType>
class kanzi::KeyframeAnimation< TValueType >::Keyframe
Keyframe defines a value for the animated property at a specific time in an animation timeline.
◆ Keyframe() [1/2]
template<typename TValueType >
◆ Keyframe() [2/2]
template<typename TValueType >
Constructor.
- Parameters
-
value | The keyframe value of the animated property. |
◆ ~Keyframe()
template<typename TValueType >
◆ getKeyValue()
template<typename TValueType >
Returns the keyframe value of the animated property.
- Returns
- The keyframe value of the animated property.
◆ setKeyValue()
template<typename TValueType >
Sets the keyframe value for a keyframe.
- Parameters
-
keyValue | The keyframe value of the animated property. |
◆ getValue()
template<typename TValueType >
virtual TValueType kanzi::KeyframeAnimation< TValueType >::Keyframe::getValue |
( |
const TValueType & |
currentValue, |
|
|
float |
normalizedTime |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: