responsive_breakpoint
Create responsive animations by defining breakpoints for mobile, tablet, and desktop, with customizable properties like scale.
Instructions
响应式断点动画
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 目标元素选择器 | |
| property | No | 响应属性 | scale |
| breakpoints | Yes | 断点配置 {mobile: {}, tablet: {}, desktop: {}} |