Agent Skills
› nexu-io/motion-anything
› anim-fadeintopleft
anim-fadeintopleft
GitHub提供基于Animate.css的CSS淡入左上角入场动画,无需JS。适用于快速添加元素入场效果,建议克制使用以避免干扰重要内容。支持prefers-reduced-motion无障碍设置,需标注版权信息。
Trigger Scenarios
需要为HTML元素添加CSS淡入左上角入场动画
寻找无需JavaScript的纯CSS页面过渡效果
Install
npx skills add nexu-io/motion-anything --skill anim-fadeintopleft -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 fadeInTopLeft (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-fadeintopleft",
"triggers": [
"fadeintopleft",
"css animation",
"入场动效"
],
"description": "Fade In Top 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 Top Left
Fade In Top 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
fadeInTopLeft.css. 2. Add classfadeInTopLeftto 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


