In addition to its common properties, the composition element has several properties of its own.
Name | Default | Description |
---|---|---|
width | 100% | Identical to width from the common properties, but with the addition that it can be set to null to make the composition as big as all relatively positioned elements together. |
height | 100% | Identical to height from the common properties, but with the addition that it can be set to null to make the composition as big as all relatively positioned elements together. |
flow_direction | vertical | The direction in which relatively positioned elements are laid out. |
loop | false | Set to true to loop the content of the composition. |
plays | null | Use this with loop to set the number of repetitions. Keep it at null to loop indefinitely. |
Check out the template editor's documentation on the composition element as well.