tween_cel_scale_eased
Apply eased scaling animation to a cel over a frame range, interpolating from a start scale to an end scale with customizable easing and anchor point.
Instructions
Tween cel scale with easing across a frame range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| layer_name | Yes | ||
| start_frame | Yes | ||
| end_frame | Yes | ||
| start_scale | Yes | ||
| end_scale | Yes | ||
| easing | No | smoothstep | |
| anchor | No | center | |
| replace | No | ||
| create_missing_cels | No | ||
| source_frame_index | No |