Agent Skills
› nexu-io/motion-anything
› pixel-card
pixel-card
GitHub为卡片添加像素风悬停波纹动画,无需依赖且支持无障碍模式。
Trigger Scenarios
需要为卡片元素添加复古像素闪烁动效
实现轻量级、无依赖的CSS/JS交互动画
Install
npx skills add nexu-io/motion-anything --skill pixel-card -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "pixel-card",
"triggers": [
"pixel card",
"retro shimmer",
"像素卡片",
"方块微光"
],
"description": "Pixel tiles light up in a wave across a card on hover — a subtle retro shimmer. A few cards, not a grid. Static under prefers-reduced-motion.\n"
}
pixel-card
Pixel Card Dependency-free, reduced-motion safe.
How to apply
Copy css+js; <div class="pxc"><div class="content">…</div><div class="pxc-grid"></div></div>.
Version History
- b016900 Current 2026-07-11 17:09


