Class PropertyAnimationTimeline

Class Hierarchy

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.

Synopsis

Methods
create()

Creates new PropertyAnimationTimeline instance and returns it

PropertyAnimationTimeline.PropertyAnimationTimeline:create(name)

Creates new PropertyAnimationTimeline instance and returns it.

Parameters
name (string)

Name of PropertyAnimationTimeline.

Return Values
(PropertyAnimationTimeline)

New PropertyAnimationTimeline instance.