Apply Transition
Adds a transition to a track item edge. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. Use edge to choose whether the transition is applied at the start or end of the item. Use neighborMode to control how Premiere balances the transition against neighboring clips. If durationSeconds is set, the block requests that transition duration.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
item | yes | expression | — | — |
edge | no | expression | — | — |
neighborMode | no | expression | — | — |
transitionName | no | expression | — | — |
durationSeconds | no | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | — | — |
Notes
No additional notes are available yet.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.
Examples
Apply One Transition On An Isolated Sequence
Creates a fresh sequence from one source item, applies a single-sided transition to the first clip, and verifies that one transition item was added.
Topics: transitions, track item mutation
Source: patterns/ex-transition-apply-single-sided-on-isolated-sequence.json