Agent Skills
› nexu-io/motion-anything
› anim-bounceoutleft
anim-bounceoutleft
GitHub提供CSS关键帧动画Bounce Out Left,无需JS。适用于元素退出时的快速入场效果,支持prefers-reduced-motion无障碍设置,需遵守Animate.css许可并合理使用。
Trigger Scenarios
需要添加CSS退出动画
前端页面交互增强
Install
npx skills add nexu-io/motion-anything --skill anim-bounceoutleft -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 bounceOutLeft (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-bounceoutleft",
"triggers": [
"bounceoutleft",
"css animation",
"退出动效"
],
"description": "Bounce Out 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 · Bounce Out Left
Bounce Out 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 exit animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
bounceOutLeft.css. 2. Add classbounceOutLeftto 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


