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";

<OrbitMesh
  effect="wave"
  scale={0.4}
  colorLayers={3}
  spiralArms={5}
  waveIntensity={0.22}
  spiralIntensity={2}
  lineThickness={0.13}
  falloff={1.65}
  brightness={3}
  speed={0.5}
  colorTint="#7c3aed"
/>