data.network-graph-converge

关系网络汇聚

Network Graph Converge

仅本次打开有效
范围
效果
复杂度
高级
建议时长
3.8s
画幅
16:9 · 9:16 · 1:1
01
Live preview

真实渲染预览

实机渲染 · HyperFrames
02
Purpose

这个动效用来做什么

具名节点与关系边按顺序构成网络,最后突出一个焦点及其直接连接。

Named nodes and relationship edges form a graph in sequence before one focus and its direct connections are emphasized.

混合图形
解释聚焦
数据叙事知识视频教程演示文稿
03
Inputs

可替换参数

nodes必填 · string

Pipe-delimited node labels in source order.

默认值
ARTIST|ALBUM|TOUR|FANS|CITY|STREAMS
focus_label必填 · string

Node label receiving the final focus.

默认值
TOUR
headline必填 · string

Explanatory headline.

默认值
Relationship signal
04
Motion timeline

归一化动作时间线

所有事件都使用 0 到 1 的归一化进度:0 是镜头开始,1 是镜头结束;事件可以重叠,适配器再把相同比例映射到秒或帧。

graph.fadeopacity.fade
0.06–0.24
nodes.revealcollection.reveal
0.14–0.50
nodes.staggercollection.stagger
0.14–0.50
edges.drawpath.draw
0.34–0.68
focus.settlespring.settle
0.64–0.84
graph.holdstate.hold
0.86–1.00
05
Copy to Agent

复制执行上下文

三个版本共享同一份可机器校验核心;引擎标签只追加已验证 Adapter 路由、能力与实现纪律。

<!-- motion-registry-context:{"format":"1.0.0","recipe_id":"data.network-graph-converge","recipe_version":"0.2.0","recipe_source":"recipes/data/network-graph-converge/recipe.yaml"} -->
# Motion Registry Context

<!-- motion-registry-section:recipe-identity:start -->
## Recipe identity
- Recipe ID: data.network-graph-converge
- Schema version: 0.2.0
- Recipe source: recipes/data/network-graph-converge/recipe.yaml
<!-- motion-registry-section:recipe-identity:end -->

<!-- motion-registry-section:motion-intent:start -->
## Motion intent and scope
- Purpose (zh): 具名节点与关系边按顺序构成网络,最后突出一个焦点及其直接连接。
- Purpose (en): Named nodes and relationship edges form a graph in sequence before one focus and its direct connections are emphasized.
- Scope: effect
- Complexity: advanced
- Subjects: mixed, shape
- Intents: explain, focus
- Use cases: data-story, knowledge-video, tutorial, presentation
- Recipe capabilities: named-nodes, relationship-edges, focus-neighbors, deterministic-layout
<!-- motion-registry-section:motion-intent:end -->

<!-- motion-registry-section:inputs:start -->
## Inputs
- nodes: string (required; default=ARTIST|ALBUM|TOUR|FANS|CITY|STREAMS) — Pipe-delimited node labels in source order.
- focus_label: string (required; default=TOUR) — Node label receiving the final focus.
- headline: string (required; default=Relationship signal) — Explanatory headline.
<!-- motion-registry-section:inputs:end -->

<!-- motion-registry-section:normalized-timeline:start -->
## Normalized motion timeline (0 to 1)
- 0.06–0.24 · graph.fade · opacity.fade → graph · parameters={"from":0,"to":1}
- 0.14–0.50 · nodes.reveal · collection.reveal → nodes · parameters={"order":"source","opacity_from":0,"opacity_to":1}
- 0.14–0.50 · nodes.stagger · collection.stagger → nodes · parameters={"order":"source","fraction":0.12}
- 0.34–0.68 · edges.draw · path.draw → edges · parameters={"from":0,"to":1}
- 0.64–0.84 · focus.settle · spring.settle → focus · parameters={"from":0.82,"to":1,"strength":"normal"}
- 0.86–1.00 · graph.hold · state.hold → graph · parameters={}
<!-- motion-registry-section:normalized-timeline:end -->

<!-- motion-registry-section:output-envelope:start -->
## Output envelope
- Aspect ratios: 16:9, 9:16, 1:1
- Duration: min 3s; preferred 3.8s; max 5s
<!-- motion-registry-section:output-envelope:end -->

<!-- motion-registry-section:acceptance:start -->
## Acceptance constraints
- named-nodes: Every visible node has a bounded readable label.
- relationship-edges: Deterministic edges visibly connect named nodes without covering their labels.
- focus-neighbors: The final focus highlights one node and its direct neighbors rather than the whole graph.
- stable-hold: The final graph is still and readable during the hold.
<!-- motion-registry-section:acceptance:end -->

<!-- motion-registry-section:handoff-invariants:start -->
## Handoff invariants
- Preserve the subject, input meaning, event order, overlaps, final state, and approximate normalized timing.
- Keep the implementation deterministic and retain a readable, stable final hold.
- Treat the Recipe document as the source of truth; do not infer engine APIs in this shared core.
<!-- motion-registry-section:handoff-invariants:end -->
06
Engine implementations

引擎实现

gsap-timeline

HyperFrames

已验证
Composition
network-graph
入口文件
index.html
确定性
  • lint通过
  • validate通过
  • inspect通过
  • render通过
frame-based

Remotion

已验证
Composition
NetworkGraphConverge
入口文件
NetworkGraphConverge.tsx
确定性
  • typecheck通过
  • build通过
  • render通过
07
Source, reference & rights

来源与使用边界

再分发状态
original
来源说明
Self-authored G8 network-graph design.
Recipe 文件
recipes/data/network-graph-converge/recipe.yaml

参考

无外部参考;该 Recipe 与测试素材为项目原创。

08
Verification

验收标准

01
named-nodes

Every visible node has a bounded readable label.

02
relationship-edges

Deterministic edges visibly connect named nodes without covering their labels.

03
focus-neighbors

The final focus highlights one node and its direct neighbors rather than the whole graph.

04
stable-hold

The final graph is still and readable during the hold.

2 个实现已通过真实渲染理解验证模型