animation_setInterpolation
Modify the interpolation mode of an existing keyframe, choosing from linear, smooth, ease-in, ease-out, or step, for a specified layer and channel.
Instructions
Set the interpolation/easing mode on an existing keyframe (linear, smooth, ease_in, ease_out, step)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Interpolation mode: "linear", "smooth", "ease_in", "ease_out", or "step" | |
| frame | Yes | The frame number of the keyframe | |
| channel | Yes | The animation channel name (e.g. "translation", "rotation", "scale", "opacity") | |
| layerId | Yes | The numeric ID of the layer |