Skip to main content
Controls when a layer begins playing in the timeline. This allows you to precisely time when elements appear in your composition.

Example

{
  "type": "function",
  "name": "nx:layer-start-set",
  "params": {
    "layerName": "Intro Text",
    "value": 2.5
  }
}

Parameters

layerName
string
required
Name of the layer to modify
value
number
required
Start time value in seconds. This sets when the layer begins in the timeline.

Notes

  • The start time is measured from the beginning of the composition
  • Negative values will start the layer before the composition begins
  • This affects when the layer becomes active in the timeline
I