AnimationPoints.Items

Syntax

Items: Array|PP.Ui.Animation

Description

The Items property determines animations array.

Comments

Use JSON or the setItems method to set the property value and the getItems method to get the property value.

The property contains an array of PP.Ui.Animation objects or JSON objects that describe PP.Ui.Animation.

Example

The property use is given in the AnimationPoints constructor page.

See also:

AnimationPoints