Agent Skills
› nexu-io/motion-anything
› anim-zoomin
anim-zoomin
GitHub提供基于Animate.css的CSS缩放进入动画,无需JS。通过添加zoomIn类实现,支持prefers-reduced-motion无障碍设置。建议克制使用,避免在重要内容或大量元素中滥用,需保留版权署名。
Trigger Scenarios
需要为元素添加无JS的CSS进入动画
询问如何使用Animate.css的缩放效果
Install
npx skills add nexu-io/motion-anything --skill anim-zoomin -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 zoomIn (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-zoomin",
"triggers": [
"zoomin",
"css animation",
"入场动效"
],
"description": "Zoom In — 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 · Zoom In
Zoom In — 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
zoomIn.css. 2. Add classzoomInto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
Version History
- b016900 Current 2026-07-11 17:05


