Agent Skills
› nexu-io/motion-anything
› anim-fadeoutup
anim-fadeoutup
GitHub提供基于Animate.css的fadeOutUp CSS退出动画,无需JS。通过添加类名应用,支持prefers-reduced-motion无障碍设置,建议克制使用以避免干扰阅读。
Trigger Scenarios
需要快速实现CSS元素向上淡出效果
无需JavaScript的纯CSS动画需求
Install
npx skills add nexu-io/motion-anything --skill anim-fadeoutup -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 fadeOutUp (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeoutup",
"triggers": [
"fadeoutup",
"css animation",
"退出动效"
],
"description": "Fade Out Up — 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 Up
Fade Out Up — 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
fadeOutUp.css. 2. Add classfadeOutUpto 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


