You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
color: `hsl(0, ${Math.floor(Math.random()*30)+70}%, ${Math.floor(Math.random()*20)+60}%)`,// Tones of red
26
-
initialX: Math.random()*cardRect.width,
27
-
initialY: -5,// Start slightly off-screen top
28
-
animationDuration: Math.random()*3+2,// Duration between 2 and 5 seconds
29
-
};
30
-
setDots((prevDots)=>[...prevDots,newDot]);
31
-
}
32
-
};
22
+
letinterval;
23
+
if(isAnimationEnabled&&((location.pathname==='/'&&showAnimationsHomepage)||(location.pathname!=='/'&&showAnimationsInnerPages))){// Only spawn dots if animations are enabled and on homepage or everywhere
0 commit comments