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:
parent
a7829982d0
commit
bd993ea6ca
2 changed files with 6 additions and 3 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue