From 0ea1e55ee4cbdcfa1c5331c2abc5137ee7962766 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Sun, 17 May 2026 21:13:24 -0500 Subject: [PATCH] Slow the hero globe to ~140s per revolution --- src/components/HeroGlobe.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HeroGlobe.tsx b/src/components/HeroGlobe.tsx index 985068d6..72c0cbd7 100644 --- a/src/components/HeroGlobe.tsx +++ b/src/components/HeroGlobe.tsx @@ -43,7 +43,7 @@ const LANDMASSES: readonly GeoPoint[][] = LAND_RINGS.map((flat) => { const RADIUS = 255; const CENTER = 300; /** Seconds per full revolution. Slow on purpose so the motion is ambient. */ -const ROTATION_PERIOD_SECONDS = 90; +const ROTATION_PERIOD_SECONDS = 140; /** * Orthographic projection: turns a (lat, lng) pair into 2D screen