animation_trail
Visualize a mouse movement path with an animated trail overlay, enabling preview of cursor motion without changing the actual mouse position.
Instructions
Show a visual mouse movement trail animation along a path of coordinates. Does NOT actually move the mouse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Hex color (default: #34C759) | |
| points | Yes | Array of [x,y] coordinate pairs forming the path | |
| duration | No | Animation duration in seconds (default: 1.5) |