Handoff Stream
show ownership or state moving from one person or system to another
Running the actual pattern live via applyPattern() — switch the substrate, stack overlays, watch the signals, or reverse the dynamics. Not a mock.
"Handoff Stream" — show ownership or state moving from one person or system to another. It has a fieldflow layer (solar prominences, aurora, plasma streams, guided matter), a propagate layer (travelling waves through the medium), a link layer (ropes / cloth between neighbours), a memory layer (a decaying trail / hysteresis), and a morph layer (assemble matter into a mark/shape (never words, §11)). Matter follows the field geometry because of fieldflow, not the field-owning force itself. The active render stack is streamlines, field-lines, trails, particles.
Magnetism bends the path between owners and fieldflow carries the object along it — the source cools, the target warms, and a memory trace records the transfer.
Copy this pattern
<field-root></field-root>
<div data-body="fieldflow" data-strength="1" data-range="0" data-feedback></div>
<div data-body="propagate" data-strength="0.7" data-range="320"></div>
<div data-body="link memory" data-strength="0.6" data-range="300"></div>
<div data-body="morph" data-strength="0.5" data-range="280"></div> <script type="module">
import '@fundamental-engine/elements';
</script>
<field-root></field-root>
<div data-body="fieldflow" data-strength="1" data-range="0" data-feedback></div>
<div data-body="propagate" data-strength="0.7" data-range="320"></div>
<div data-body="link memory" data-strength="0.6" data-range="300"></div>
<div data-body="morph" data-strength="0.5" data-range="280"></div> import { FieldField } from '@fundamental-engine/react';
export default function HandoffStream() {
return (
<FieldField>
<div data-body="fieldflow" data-strength="1" data-range="0" data-feedback />
<div data-body="propagate" data-strength="0.7" data-range="320" />
<div data-body="link memory" data-strength="0.6" data-range="300" />
<div data-body="morph" data-strength="0.5" data-range="280" />
</FieldField>
);
} {
"id": "handoff-stream",
"name": "Handoff Stream",
"intent": "show ownership or state moving from one person or system to another",
"naturalField": "electromagnetic",
"primitives": [
"fieldflow",
"propagate",
"link",
"memory",
"morph"
],
"bodies": [
{
"body": "fieldflow",
"strength": 1,
"range": 0,
"feedback": true
},
{
"body": "propagate",
"strength": 0.7,
"range": 320
},
{
"body": "link memory",
"strength": 0.6,
"range": 300
},
{
"body": "morph",
"strength": 0.5,
"range": 280
}
],
"relationships": [
{
"from": "owner",
"to": "recipient",
"type": "hands-off",
"strength": 0.9
}
],
"render": [
"streamlines",
"field-lines",
"trails",
"particles"
],
"metrics": [
"handoff",
"current",
"memory",
"state"
],
"diagnostics": [
"field-lines",
"force-vectors",
"topology"
],
"accessibility": {
"reducedMotion": "a transfer timeline with owner badges and a handoff log",
"meaningWithoutMotion": "the transfer reads as a timeline of owner badges plus a handoff log entry, not a flowing animation"
},
"notes": "Magnetism bends the path between owners and fieldflow carries the object along it — the source cools, the target warms, and a memory trace records the transfer.",
"tier": "applied",
"status": "shipped",
"concepts": [
"handoff"
]
} See also
- Signal Path show information flowing through citations, dependencies, or routes
- Evidence Field show how sources support, weaken, or contradict a claim
- Guided Flow move particles or attention along field lines, relationships, or paths
- Attention Weather show system urgency, density, and activity across a dashboard
- Navigation Current make routes, breadcrumbs, and likely next paths feel connected
- Citation Thread bind citations, footnotes, evidence, references into visible relationships