manage_slide_transitions
Set, remove, or retrieve slide transition effects and durations to control how slides change during a presentation.
Instructions
Manage slide transitions and timing.
Args: slide_index: Index of the slide (0-based) operation: Operation type ("set", "remove", "get") transition_type: Type of transition (basic support) duration: Duration of transition in seconds presentation_id: Optional presentation ID (uses current if not provided)
Returns: Dictionary with transition information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | ||
| operation | Yes | ||
| slide_index | Yes | ||
| presentation_id | No | ||
| transition_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |