Agent Skills
› nexu-io/motion-anything
› anim-rotateoutdownleft
anim-rotateoutdownleft
GitHub提供CSS关键帧退出动画rotateOutDownLeft,无需JS,支持减少动态偏好设置。用于快速添加元素退出效果,需克制使用并遵守许可协议。
触发场景
需要为元素添加退出动画
前端页面交互增强
安装
npx skills add nexu-io/motion-anything --skill anim-rotateoutdownleft -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 rotateOutDownLeft (Animate.css) to the element as a exit animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-rotateoutdownleft",
"triggers": [
"rotateoutdownleft",
"css animation",
"退出动效"
],
"description": "Rotate Out Down 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 · Rotate Out Down Left
Rotate Out Down 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
rotateOutDownLeft.css. 2. Add classrotateOutDownLeftto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
版本历史
- b016900 当前 2026-07-11 17:04


