Agent Skills
› nexu-io/motion-anything
› anim-rotateindownleft
anim-rotateindownleft
GitHub提供Animate.css的Rotate In Down Left CSS入场动画,无需JS。适用于快速添加旋转进入效果,需控制使用频率以保障可访问性,并尊重用户减少动态偏好设置。
Trigger Scenarios
需要为元素添加CSS旋转进入动画
实现无JavaScript的轻量级入场动效
Install
npx skills add nexu-io/motion-anything --skill anim-rotateindownleft -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 rotateInDownLeft (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-rotateindownleft",
"triggers": [
"rotateindownleft",
"css animation",
"入场动效"
],
"description": "Rotate In 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 In Down Left
Rotate In 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 entrance animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
rotateInDownLeft.css. 2. Add classrotateInDownLeftto the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
Version History
- b016900 Current 2026-07-11 17:04


