You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Fastfix
This commit is contained in:
2
docs/docusaurus/src/pages/index.js
vendored
2
docs/docusaurus/src/pages/index.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user