fade_layer
Fade a layer's opacity between two frames in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toFrame | Yes | ||
| elementId | Yes | ||
| fromFrame | Yes | ||
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. | |
| toOpacity | Yes | 0..1. | |
| fromOpacity | Yes | 0..1. |