Set Component Param Keyframes
Creates or replaces multiple keyframes on a component parameter. 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 clearMode to decide how existing keyframes should be treated before the new set is applied. Use interpolationMode to choose the interpolation that newly written keyframes receive.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
param | yes | expression | — | — |
times | yes | expression | — | — |
values | yes | expression | — | — |
clearMode | no | expression | — | — |
interpolationMode | 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.