Agent Skills
› nexu-io/motion-anything
› anim-fadeindownbig
anim-fadeindownbig
GitHub提供来自 Animate.css 的 CSS 关键帧动画 'Fade In Down Big'。无需 JS,通过添加类名应用。建议克制使用,尊重 prefers-reduced-motion 设置,并需标注版权。
Trigger Scenarios
需要快速实现无 JS 的下落入场动画
用户询问如何使用 Animate.css 动画
Install
npx skills add nexu-io/motion-anything --skill anim-fadeindownbig -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 fadeInDownBig (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeindownbig",
"triggers": [
"fadeindownbig",
"css animation",
"入场动效"
],
"description": "Fade In Down Big — 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 In Down Big
Fade In Down Big — 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 entrance animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
fadeInDownBig.css. 2. Add classfadeInDownBigto 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


