Language
Let's talk
← LogbookMOTION · September 12, 2026

The diagram that proved nothing

The cybersecurity demo had a global network drawn out — and completely still. A static infrastructure is the contradiction of the promise.

The NØVA GRID demo opens with a diagram: a central core, lines radiating out to nodes in Virginia, Frankfurt, Fortaleza and Singapore. Handsome and motionless.

The problem was not aesthetic. It was argumentative. The page promises "continuous defence, always on" next to a drawing that does not move.

We made packets of light travel from the core out to the cities and back, with a short trail of energy running along the line and a pulse at the node on arrival.

One detail decided the quality: the particle travels the real geometry of the line, not an approximation.

It is positioned by the SVG path itself, which means it stays aligned at any screen size — phone, tablet, monitor — without a single coordinate calculated for a specific resolution.

The timing is irregular on purpose. Each trip draws its own duration, the pause at the destination and the gap until the next one. Animation on a fixed interval reads as decoration; a variable interval reads as traffic.

Three particles at most, never two to the same destination. We simulated ten minutes of operation to check that the limits hold, and the animation stops on its own when it leaves the screen, as well as respecting anyone who has set their system to reduce motion.

The result costs almost nothing: a single animation loop writing straight to the DOM, without re-rendering the page.

Want this kind of decision applied to your project?

Tell us what I needSee our own site metrics

Other entries

TRANSPARENCY · September 12, 2026

We published our own site's metrics

Every agency talks about performance using the client's site. We decided to measure ours and leave the number in plain sight, including when it is not flattering.

PERFORMANCE · September 12, 2026

17 MB of images became 1.2 MB — and what that means in sales

The seven images in our portfolio weighed 17 MB. The fix was not better compression: it was changing format and measuring fidelity instead of guessing at quality.

Written by the Modo Autoral team.