Structure holding the property field which is to be animated, and its associated animation. More...
#include <kanzi/core.ui/animation/property_field_animation_timeline.hpp>
Public Attributes | |
FloatAnimationSharedPtr | animation |
The animation to be applied to the associated property field. More... | |
PropertyField | field |
The property field to be animated. More... | |
Structure holding the property field which is to be animated, and its associated animation.
PropertyField kanzi::PropertyFieldAnimationTimeline::Entry::field |
The property field to be animated.
FloatAnimationSharedPtr kanzi::PropertyFieldAnimationTimeline::Entry::animation |
The animation to be applied to the associated property field.