Agent Skills
› nexu-io/motion-anything
› gradient-blinds
gradient-blinds
GitHub基于无依赖 WebGL GPU 着色器的渐变百叶窗背景效果,用于营销级 Hero 区域。支持静态帧渲染及无障碍模式,通过简单 HTML/CSS 集成实现视觉增强。
Trigger Scenarios
需要高性能、轻量级的视觉背景效果
构建营销落地页或 Hero 区域
Install
npx skills add nexu-io/motion-anything --skill gradient-blinds -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "gradient-blinds",
"triggers": [
"gradient-blinds",
"shader background",
"webgl background",
"着色器背景",
"动态背景"
],
"description": "A distinctive GPU shader background rendered in dependency-free WebGL — a marketing-grade hero\nbackdrop. One per view; scrim behind text. Renders a static frame under prefers-reduced-motion.\n"
}
gradient-blinds
A GPU fragment-shader background (dependency-free WebGL).
How to apply
Copy _fx/shaderbg.js + gradient-blinds.js; add <div class="gradient-blinds" style="position:absolute;inset:0"></div> behind content.
Version History
- b016900 Current 2026-07-11 17:08


