Agent Skills
› nexu-io/motion-anything
› fx-data-stream
fx-data-stream
GitHub基于Canvas的数据流背景特效,适用于幻灯片标题或视频高光时刻。遵循无障碍规范,限制单屏使用,避免干扰阅读。
Trigger Scenarios
需要科技感流动背景的幻灯片标题页
发布视频的开场或章节过渡动画
Install
npx skills add nexu-io/motion-anything --skill fx-data-stream -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-data-stream as a background effect on a slide or hero: call HPX['data-stream'](el) on a positioned dark\ncontainer; keep to one bold effect per screen, with a reduced-motion guard."
},
"name": "fx-data-stream",
"triggers": [
"data",
"数据流"
],
"description": "Streaming data lines — a flowing 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"
}
Data Stream
Streaming data lines — a flowing 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
data-stream.jsand_util.jsand link them. - Add
data-fx="data-stream"to a positioned container; callHPX['data-stream'](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


