Agent Skills
› nexu-io/motion-anything
› anim-shake
anim-shake
GitHub提供基于Animate.css的CSS抖动动画,无需JS且支持无障碍偏好设置。适用于快速强调元素,但需克制使用以避免干扰重要内容阅读。
Trigger Scenarios
需要为页面元素添加视觉强调效果
用户请求非JavaScript的纯CSS动画实现
Install
npx skills add nexu-io/motion-anything --skill anim-shake -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 shake (Animate.css) to the element as a emphasis animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-shake",
"triggers": [
"shake",
"css animation",
"强调动效"
],
"description": "Shake — 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 · Shake
Shake — 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 emphasis animation (no JS).
When NOT to use it (restraint)
- Many at once / must-read content. Keep it restrained.
How to apply
- Copy
shake.css. 2. Add classshaketo the element + setanimation-duration.
Accessibility & license
prefers-reduced-motion: disabled. Attribute Animate.css (Hippocratic-2.1).
Version History
- b016900 Current 2026-07-11 17:05


