@webloved: How I build with Claude 👇 Academy in bio 🔗 A crowd of illustrated characters that feels alive, not copy pasted: 1. Export each walk cycle as Lottie JSON (After Effects + Bodymovin), load with lottie-web, loop: true 2. Desync the clones: anim.setSpeed(0.9 + Math.random() * 0.2) and a random start delay per character 3. Move each one across the screen with translateX and a different animation-duration, 18s to 26s 4. Guard it with prefers-reduced-motion, pause everything if it matches Same trick works for birds, cars, floating icons, anything repeated. Save this if you want illustrations that move 🎨 #claude #buildinpublic #webdesign #motion #fyp