Agent Skills
› nexu-io/motion-anything
› anim-flipinx
anim-flipinx
GitHub提供基于Animate.css的CSS关键帧动画Flip In X,无需JS即可实现元素入场效果。支持prefers-reduced-motion无障碍适配,需遵守Hippocratic-2.1许可证并保留署名。建议适度使用,避免在重要内容或大量同时出现时滥用。
Trigger Scenarios
需要快速添加CSS入场动画
希望不依赖JavaScript实现动画效果
项目中已引入Animate.css资源
Install
npx skills add nexu-io/motion-anything --skill anim-flipinx -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 flipInX (Animate.css) to the element as a entrance animation, restrained, with a\nprefers-reduced-motion fallback. Attribute Animate.css."
},
"name": "anim-flipinx",
"triggers": [
"flipinx",
"css animation",
"入场动效"
],
"description": "Flip In X — 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 · Flip In X
Flip In X — 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
flipInX.css. 2. Add classflipInXto 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


