1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
This commit is contained in:
Anton Titovets
2025-07-11 15:34:06 +03:00
parent c864d8cf95
commit 116ff1fc30

View File

@@ -81,7 +81,7 @@ const FallingIcons = () => {
const positionInColumn = columnCounts[column];
const left = (column / columns) * 100 + (Math.random() * 100 / columns) - 5;
const duration = 15 + Math.random() * 10;
const delay = (positionInColumn / maxIconsPerColumn) * duration * 0.8;
const delay = (positionInColumn / maxIconsPerColumn) * duration * 0.1;
icons.push(
<img