capture_animation
Capture sequential screenshots of CSS animations and transitions over time to verify timing, behavior, and smoothness.
Instructions
Capture multiple frames of a CSS animation or transition over time. Returns sequential screenshots to verify animation behavior, timing, and smoothness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Component code with CSS animations/transitions | |
| framework | No | Framework: html, react, vue, or svelte | react |
| frames | No | Number of frames to capture | |
| duration | No | Total capture duration in ms | |
| width | No | Viewport width (px) | |
| height | No | Viewport height (px) |