add_builds_to_slide
Add sequential animation builds to multiple slide elements in Apple Keynote, enabling elements to appear one after another on click while automatically skipping bullet points.
Instructions
Add Build In animations to multiple elements on a slide in one call. Applies builds in order so elements appear sequentially on click. Auto-skips bullet dots (text items containing only '•'). Uses UI scripting.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_number | Yes | Slide number | |
| element_type | No | Element type: text, image, or shape | text |
| element_indices | Yes | Comma-separated element indices (1-based), e.g. '5,7,9,11,13'. Use get_slide_content to find indices. | |
| effect | No | Animation effect (default: Appear) | Appear |