TrackCollection
Extends:
Array → TrackCollection
Collection hosting all the Track instances registered into the timeline.
It provides shorcuts to trigger render / update methods on tracks or
layers. Extend built-in Array
Constructor Summary
| Public Constructor | ||
| public |
constructor(timeline: *) |
|
Method Summary
| Public Methods | ||
| public |
render() Render all tracks and layers. |
|
| public |
Updates all tracks and layers. |
|
| public |
updateLayers(layerOrGroup: Layer | String) Updates all layers. |
|
Public Constructors
public constructor(timeline: *) source
Params:
| Name | Type | Attribute | Description |
| timeline | * |