Agent Skills
› nexu-io/motion-anything
› anim-bounceoutright
anim-bounceoutright
GitHub提供基于 Animate.css 的 CSS 关键帧退出动画(Bounce Out Right),无需 JS,支持 prefers-reduced-motion。适用于快速添加元素右方弹跳消失效果,建议克制使用以保障可访问性。
Trigger Scenarios
需要为元素添加无 JS 的右向弹跳退出动画
实现符合无障碍标准的 CSS 过渡效果
Install
npx skills add nexu-io/motion-anything --skill anim-bounceoutright -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 bounceOutRight (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-bounceoutright",
"triggers": [
"bounceoutright",
"css animation",
"退出动效"
],
"description": "Bounce Out Right — 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 Right
Bounce Out Right — 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
bounceOutRight.css. 2. Add classbounceOutRightto 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


