Agent Skills
› nexu-io/motion-anything
› anim-slideinleft
anim-slideinleft
GitHub提供无需JS的CSS左侧滑入动画,源自Animate.css。支持prefers-reduced-motion无障碍设置,需保留版权许可。建议克制使用,避免在大量或关键内容上同时应用。
触发场景
需要快速实现无JS的CSS进入动画
为元素添加左侧滑入视觉效果
安装
npx skills add nexu-io/motion-anything --skill anim-slideinleft -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 slideInLeft (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-slideinleft",
"triggers": [
"slideinleft",
"css animation",
"入场动效"
],
"description": "Slide In 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 · Slide In Left
Slide In 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
slideInLeft.css. 2. Add classslideInLeftto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
版本历史
- b016900 当前 2026-07-11 17:05


