1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
This commit is contained in:
Anton Titovets
2025-07-11 15:34:06 +03:00
parent f413ed273c
commit fd8f2e46d1
+1 -1
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