Skip to content

Commit 3e98258

Browse files
authored
Tweak star speed and fade-in duration
1 parent 4f0ca33 commit 3e98258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Starfield.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ const Starfield = ({ onSkyboxLoaded = () => { }, disableScrollMotion = false })
9393
const ANIMATION_CONFIG = {
9494
skyboxFadeSpeed: 0.015,
9595
starFadeSpeed: 0.02,
96-
baseFlightSpeed: 0.5,
96+
baseFlightSpeed: 0.6,
9797
velocityDecay: 0.95,
9898
maxVelocity: 2000,
9999
scrollAmplification: { base: 2.5, max: 40 },
100-
fadeInDuration: 10.0
100+
fadeInDuration: 1.0
101101
};
102102

103103
// Function to create a layer of stars

0 commit comments

Comments
 (0)