Agent Skills
› nexu-io/motion-anything
› anim-bouncein
anim-bouncein
GitHub提供基于 Animate.css 的 bounceIn CSS 入场动画,无需 JS。适用于快速添加元素入场效果,需克制使用以保障可读性,支持 prefers-reduced-motion 并遵循 Hippocratic-2.1 许可。
Trigger Scenarios
需要为元素添加简单的 CSS 入场动画
用户询问如何使用无 JavaScript 的动画效果
Install
npx skills add nexu-io/motion-anything --skill anim-bouncein -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 bounceIn (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-bouncein",
"triggers": [
"bouncein",
"css animation",
"入场动效"
],
"description": "Bounce 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 · Bounce In
Bounce 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
bounceIn.css. 2. Add classbounceInto 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


