animation_type
Display a typing indicator animation with custom text at specified screen coordinates. Use it to show visual feedback without performing actual typing.
Instructions
Show a visual typing indicator animation with text at specified coordinates. Does NOT actually type — only shows the animation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| text | Yes | Text to display in the typing animation | |
| color | No | Hex color (default: #AF52DE) |