Agent Skills
› nexu-io/motion-anything
› anim-bounce
anim-bounce
GitHub提供来自Animate.css的bounce CSS关键帧动画,无需JS。通过添加class和设置持续时间应用。建议克制使用,避免干扰重要内容。支持prefers-reduced-motion无障碍特性,需标注Hippocratic-2.1许可证来源。
Trigger Scenarios
需要快速添加CSS强调动画
希望无JavaScript实现元素弹跳效果
Install
npx skills add nexu-io/motion-anything --skill anim-bounce -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 bounce (Animate.css) to the element as a emphasis animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-bounce",
"triggers": [
"bounce",
"css animation",
"强调动效"
],
"description": "Bounce — 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 · Bounce
Bounce — 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
bounce.css. 2. Add classbounceto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
Version History
- b016900 Current 2026-07-11 17:02


