Class PropertyFieldAnimationTimeline

Class Hierarchy

Kanzi animation system consists of animations and timelines:

  • Animations define how to animate a property.
  • Timelines map the animations to time and the objects you want to animate.

Use property field timeline to animate one or more fields of a property, of an object. For example, you can use a separate animation for each color channel to change the color of the text in a Text Block node, or use two different animations to scale a node along x and y axes.

Inherits properties and message types from PropertyFieldAnimationTimelineMetadata.

Synopsis

Methods
create()

Creates a property field animation timeline

PropertyFieldAnimationTimeline.PropertyFieldAnimationTimeline:create(anonymous)

Creates a property field animation timeline.

Parameters
anonymous (string)

Unused parameter

Return Values
(PropertyFieldAnimationTimeline)

The created timeline.