Orbit Mesh

A lattice of dots that physically displace through the radial wave field — points push outward on crests and inward on troughs, with optional spiral twist.

Background

Build lazily.

Streaks of light woven through a smooth radial wave — switch between ripple, spiral, vortex, and pulse.

Customize

Effect
Scale0.40x
Color layers3
Arms5
Wave0.22
Spiral2.00
Thickness0.130
Falloff1.65
Brightness3.00
Speed0.50x
Color tint

Usage

import { OrbitMesh } from "@/components/lazy-ui/orbit-mesh";

export function Demo() {
  return (
    <div className="relative h-96 w-full overflow-hidden">
      <OrbitMesh effect="spiral" />
    </div>
  );
}