set_frame_duration
Set the duration of a frame in an Aseprite file by providing the filename, frame index, and duration in milliseconds.
Instructions
Set the duration of a frame in milliseconds.
Args: filename: Name of the Aseprite file to modify frame_index: Frame index starting at 1 duration_ms: Duration in milliseconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| frame_index | Yes | ||
| duration_ms | Yes |