Agent Skills
› nexu-io/motion-anything
› anim-fadeoutdown
anim-fadeoutdown
GitHub提供Animate.css的fadeOutDown CSS退出动画,无需JS。通过添加类名和设置持续时间应用,支持prefers-reduced-motion无障碍特性,需保留版权标注并克制使用。
Trigger Scenarios
需要CSS元素淡出并向下消失的动画效果
寻找无JavaScript依赖的轻量级CSS过渡方案
Install
npx skills add nexu-io/motion-anything --skill anim-fadeoutdown -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 fadeOutDown (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeoutdown",
"triggers": [
"fadeoutdown",
"css animation",
"退出动效"
],
"description": "Fade Out Down — 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 · Fade Out Down
Fade Out Down — 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 exit animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
fadeOutDown.css. 2. Add classfadeOutDownto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
Version History
- b016900 Current 2026-07-11 17:03


