animation_highlight
Highlight any rectangular screen region with a pulsing border and optional label to draw attention to UI elements during presentations or demonstrations.
Instructions
Highlight a rectangular region on screen with a pulsing border and optional label. Use to draw attention to UI elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate of top-left corner | |
| y | Yes | Y coordinate of top-left corner | |
| color | No | Hex color (default: #FF9500) | |
| label | No | Label text to show above the highlight | |
| width | Yes | Width of the highlight region | |
| height | Yes | Height of the highlight region | |
| duration | No | Duration in seconds (default: 2.0) |