Agent Skills
› nexu-io/motion-anything
› anim-fadeinrightbig
anim-fadeinrightbig
GitHub提供Animate.css中Fade In Right Big的CSS关键帧动画实现,无需JS且支持无障碍偏好设置。用于快速为元素添加从右侧淡入的大幅度入场效果,建议克制使用以保障可读性。
触发场景
需要为页面元素添加右侧进入的CSS动画
寻找无JavaScript依赖的纯CSS入场特效
安装
npx skills add nexu-io/motion-anything --skill anim-fadeinrightbig -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 fadeInRightBig (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeinrightbig",
"triggers": [
"fadeinrightbig",
"css animation",
"入场动效"
],
"description": "Fade In Right 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 Right Big
Fade In Right 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
fadeInRightBig.css. 2. Add classfadeInRightBigto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
版本历史
- b016900 当前 2026-07-11 17:03


