AnimationPoint.Items

Syntax

Items: Array|PP.Ui.Animation

Description

The Items property sets array of animations.

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 page with the AnimationPoint constructor description.

See also:

AnimationPoint