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


