Agent Skills
› nexu-io/motion-anything
› fx-matrix-rain
fx-matrix-rain
GitHubMatrix Rain 是基于 Canvas 的矩阵雨特效,适用于幻灯片标题、章节过渡或启动视频背景。遵循无障碍规范,支持 prefers-reduced-motion,建议仅在必要时单屏使用,避免干扰正文阅读。
Trigger Scenarios
制作科技感幻灯片背景
启动视频或演示文稿的标题页/章节过渡效果
Install
npx skills add nexu-io/motion-anything --skill fx-matrix-rain -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/github.com\/nexu-io\/open-design",
"design_system": {
"requires": false
},
"example_prompt": "Use fx-matrix-rain as a background effect on a slide or hero: call HPX['matrix-rain'](el) on a positioned dark\ncontainer; keep to one bold effect per screen, with a reduced-motion guard."
},
"name": "fx-matrix-rain",
"triggers": [
"matrix",
"代码雨"
],
"description": "Falling code glyphs — a techy backdrop. A bold, canvas-based effect from Open Design's html-ppt fx pack — for slides and launch\nvideos. Guards prefers-reduced-motion (does not start). One per screen; on web use sparingly.\n"
}
Matrix Rain
Falling code glyphs — a techy backdrop. From Open Design's html-ppt fx pack (Apache-2.0).
Part of motion-anything; obeys MOTION-SPEC.md.
When to use it
- Title cards, section breaks, or hero moments in slides / launch videos.
When NOT to use it (restraint)
- Web body content or anything needing focused reading. Never more than one bold effect at once.
How to apply
- Copy
matrix-rain.jsand_util.jsand link them. - Add
data-fx="matrix-rain"to a positioned container; callHPX['matrix-rain'](el)(guard prefers-reduced-motion).
Accessibility & performance
- Guard with prefers-reduced-motion (don't start). Canvas-based; isolated compositing layer.
Version History
- b016900 Current 2026-07-11 17:06


