Agent Skills
› nexu-io/motion-anything
› anim-pulse
anim-pulse
GitHub提供无需JS的CSS脉冲动画,源自Animate.css。支持prefers-reduced-motion无障碍设置,需保留版权署名。适用于快速强调元素,但应避免在重要内容或大量使用时过度应用,保持克制。
触发场景
需要为HTML元素添加视觉强调效果
希望使用纯CSS实现轻量级动画而不引入JavaScript
安装
npx skills add nexu-io/motion-anything --skill anim-pulse -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/github.com\/animate-css\/animate.css",
"design_system": {
"requires": false
},
"example_prompt": "Apply pulse (Animate.css) to the element as a emphasis animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-pulse",
"triggers": [
"pulse",
"css animation",
"强调动效"
],
"description": "Pulse — a drop-in CSS keyframe animation from Animate.css (Hippocratic-2.1, © Daniel Eden).\nNo JS required. Honors prefers-reduced-motion. Use restrained; attribute Animate.css.\n"
}
Animate · Pulse
Pulse — CSS keyframe animation from Animate.css (Hippocratic License 2.1, © Daniel Eden). Part of motion-anything.
When to use it
- A quick, drop-in CSS emphasis animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
pulse.css. 2. Add classpulseto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
版本历史
- b016900 当前 2026-07-11 17:04


