mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
feat(docs): animate ingestion flow with running dots
Replace static smoothstep edges in the introduction page's ingestion diagram with a custom animated edge that runs glowing cyan dots along each path, conveying the source → stage → output flow. Dot duration scales with path length and is hidden under prefers-reduced-motion.
This commit is contained in:
parent
78527fdf59
commit
d34c0a37f5
2 changed files with 80 additions and 2 deletions
|
|
@ -86,7 +86,9 @@ test("product mechanics component explains ingestion outputs", async () => {
|
|||
'"use client"',
|
||||
"@xyflow/react",
|
||||
"<ReactFlow",
|
||||
"smoothstep",
|
||||
"getSmoothStepPath",
|
||||
"animateMotion",
|
||||
"mechanics-flow-dot",
|
||||
]) {
|
||||
assert.ok(
|
||||
component.includes(expectedText),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue