Agent Skills
› nexu-io/motion-anything
› anim-backoutup
anim-backoutup
GitHub提供基于Animate.css的CSS退出动画backOutUp,无需JS。适用于快速元素消失场景,需克制使用以避免干扰阅读。支持prefers-reduced-motion,需标注版权。
Trigger Scenarios
需要为HTML元素添加CSS退出动画
询问如何应用backOutUp动画效果
Install
npx skills add nexu-io/motion-anything --skill anim-backoutup -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 backOutUp (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-backoutup",
"triggers": [
"backoutup",
"css animation",
"退出动效"
],
"description": "Back Out Up — 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 · Back Out Up
Back Out Up — 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
backOutUp.css. 2. Add classbackOutUpto 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


