1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

blog: fix xFactor

This commit is contained in:
RGBCube 2025-06-03 03:09:45 +03:00
parent 638cfff96b
commit f889ca595b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -106,7 +106,7 @@ Blog Articles
});
const randomStrip = () => ({
xFactor: Math.random() * 0.95,
xFactor: Math.random() * 0.90 + (1 - 0.90) / 2,
y: Math.random() * -window.innerHeight - 100,
deltaY: Math.random() * 1.7 + 1,
size: Math.floor(Math.random() * 16) + 8,