Increase petition map animation duration to 30 seconds

Add lazy initialization for petition map
Update documentation with new positioning guidance
Note full-width section rendering behavior
This commit is contained in:
Ruben 2026-02-26 21:40:56 +01:00
parent a7829982d0
commit bd993ea6ca
2 changed files with 6 additions and 3 deletions

View file

@ -292,7 +292,7 @@
[allDots[i], allDots[j]] = [allDots[j], allDots[i]];
}
const duration = 6000; // ms total animation window
const duration = 30000; // ms total animation window
const msPerDot = Math.max(1, duration / Math.max(1, allDots.length));
allDots.forEach((dot, i) => {