svg_filter_animation
Apply SVG filter animations to web elements by setting target, filter type, and end value. Control blur, brightness, contrast, hue-rotate, and saturate with optional start and duration.
Instructions
SVG滤镜动画效果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 目标元素选择器 | |
| toValue | Yes | 结束值 | |
| duration | No | ||
| fromValue | No | 起始值 | |
| filterType | Yes | 滤镜类型 |