Agent Skills
› nexu-io/motion-anything
› pixel-transition
pixel-transition
GitHub提供无依赖且支持减少动画模式的像素过渡效果。鼠标悬停时,卡片通过像素碎片爆炸揭示背面内容,适用于少量卡片的复古展示场景。
Trigger Scenarios
需要实现卡片悬停像素翻转效果
创建复古风格的图像或内容揭示交互
Install
npx skills add nexu-io/motion-anything --skill pixel-transition -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "pixel-transition",
"triggers": [
"pixel transition",
"pixelate reveal",
"像素转场",
"方块揭示"
],
"description": "A card reveals a second face through a burst of pixel tiles on hover — a retro reveal. A few cards, not a grid. Under prefers-reduced-motion the back face just appears.\n"
}
pixel-transition
Pixel Transition Dependency-free, reduced-motion safe.
How to apply
Copy css+js; <div class="pixt"><div class="front">…</div><div class="pixt-back"></div></div> (data-grid sets density).
Version History
- b016900 Current 2026-07-11 17:09


