Agent Skills
› nexu-io/motion-anything
› anim-fadeinbottomleft
anim-fadeinbottomleft
GitHub提供基于Animate.css的CSS淡入底部左侧入场动画,无需JS且尊重无障碍设置。适用于快速添加视觉效果,但应避免在大量元素或关键阅读内容上过度使用,需注明来源。
Trigger Scenarios
需要为HTML元素添加从左下角淡入的CSS动画效果
询问如何实现无JavaScript的CSS入场动画
Install
npx skills add nexu-io/motion-anything --skill anim-fadeinbottomleft -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 fadeInBottomLeft (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeinbottomleft",
"triggers": [
"fadeinbottomleft",
"css animation",
"入场动效"
],
"description": "Fade In Bottom Left — 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 Bottom Left
Fade In Bottom Left — 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
fadeInBottomLeft.css. 2. Add classfadeInBottomLeftto 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


