Create keyframe animation
create_keyframe_animationCreate keyframe-based animation for parameters synced to the timeline with linear or smooth easing. Use it for choreographed motion sequences like build-ups, drops, or sweeps.
Instructions
Animate parameters along a keyframed curve synced to the timeline — structured motion beyond animate_parameter's LFO. Give time/value keyframes and the targets; an Execute DAT interpolates the curve each frame (linear or smooth easing) and loops it. Use it for choreographed moves (a build-up, a drop, a sweep) rather than continuous oscillation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Parameters to animate, each written as 'nodePath.parName'. | |
| keyframes | Yes | Keyframes (time + value); the curve interpolates between them in order. | |
| loop | No | Loop the animation; otherwise it holds the last value. | |
| easing | No | Interpolation between keys: linear, or smooth (eased) for organic motion. | smooth |
| parent_path | No | /project1 |