Composition

Animation

Top level object, describing the animation

Composition Diagram for Animation Animation Visual Object Composition
Attribute Type Title Description
nm string

Name

Name, as seen from editors and the like

layers array of Layer

Layers

Layers

fr number

Framerate

Framerate in frames per second

ip number

In Point

Frame the animation starts at (usually 0)

op number

Out Point

Frame the animation stops/loops at, which makes this the duration in frames when ip is 0

w integer

Width

Width of the animation

h integer

Height

Height of the animation

assets array of Asset

Assets

List of assets that can be referenced by layers

markers array of Marker

Markers

Markers defining named sections of the composition.

Composition

An object that contains a list of layers

Composition Diagram for Composition Composition Precomposition Animation
Attribute Type Title Description
layers array of Layer

Layers

Layers