diff --git a/src/App.jsx b/src/App.jsx index 0a48d0b..f1d2f69 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -33,12 +33,12 @@ function App() { moveSpheres() const interval = setInterval(()=> { moveSpheres() - }, 5000) + }, 3500) return ()=> clearInterval(interval) }, [moveSpheres]) const renderSpheres = () => { - return Array.from({ length: 40 }).map((_, index) => ( + return Array.from({ length: 45 }).map((_, index) => (