tween_cel_opacity_eased
Animates cel opacity across a frame range with controllable easing, enabling gradual fade-ins, fade-outs, and custom opacity progressions.
Instructions
Tween cel opacity with easing across a frame range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| easing | No | smoothstep | |
| filename | Yes | ||
| end_frame | Yes | ||
| layer_name | Yes | ||
| end_opacity | Yes | ||
| start_frame | Yes | ||
| start_opacity | Yes | ||
| source_frame_index | No | ||
| create_missing_cels | No |