animation_click
Shows a visual click ripple at specified coordinates, giving on-screen feedback for simulated clicks without actually pressing the mouse. Use to visualize click positions in demos or automation.
Instructions
Show a visual click ripple animation at the specified coordinates. Does NOT actually click — only shows the animation effect. Use for visual feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| color | No | Hex color (default: #007AFF) | |
| button | No | Click style visual (default: left) |