Update threshold value in App.tsx

This commit is contained in:
dertyp7
2024-01-14 18:15:57 +01:00
parent 1282bd85ec
commit b0b63903de
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export default function App() {
} }
}); });
}, },
{ threshold: 0.2 } { threshold: 0.1 }
); );
if (aboutRef.current) { if (aboutRef.current) {

View File

@@ -18,7 +18,7 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.project { .project {
opacity: 0; opacity: 0;
animation: fadeIn 300ms ease-in-out forwards; animation: fadeIn 500ms ease-in-out forwards;
} }
} }
} }