PropertyAnimationTimeline
¶
The Kanzi animation system consists of animations, which define how to animate properties, and timelines, which map animations to time and to the objects that you want to animate.
Property timeline applies an animation to a property of an object. For example, to change the layout size of an Image2D node, use the property timeline to animate the Node::WidthProperty and Node::HeightProperty properties of that node.
Inherits properties and message types from PropertyAnimationTimelineMetadata.
Creates new PropertyAnimationTimeline instance and returns it.
| name | (string) | Name of PropertyAnimationTimeline. |
| (PropertyAnimationTimeline) | New PropertyAnimationTimeline instance. |