Agent Skills
› nexu-io/motion-anything
› lightfall
lightfall
GitHub提供基于 WebGL 的 GPU 着色器背景效果,无外部依赖。适用于营销级页面主视觉区域,支持在用户偏好减少动画时渲染静态帧,需将脚本和容器置于内容后方。
Trigger Scenarios
需要高性能、炫酷的 WebGL 动态背景
构建营销落地页或 Hero 区域视觉特效
需要在尊重用户减少动画偏好下优雅降级
Install
npx skills add nexu-io/motion-anything --skill lightfall -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"design_system": {
"requires": false
}
},
"name": "lightfall",
"triggers": [
"lightfall",
"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"
}
lightfall
A GPU fragment-shader background (dependency-free WebGL).
How to apply
Copy _fx/shaderbg.js + lightfall.js; add <div class="lightfall" style="position:absolute;inset:0"></div> behind content.
Version History
- b016900 Current 2026-07-11 17:09


