diff --git a/src/App.tsx b/src/App.tsx index 9133bf7..b505451 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,7 +67,7 @@ export default function App() { } }); }, - { threshold: 0.2 } + { threshold: 0.1 } ); if (aboutRef.current) { diff --git a/src/styles/Projects.scss b/src/styles/Projects.scss index 82819bf..22c5217 100644 --- a/src/styles/Projects.scss +++ b/src/styles/Projects.scss @@ -18,7 +18,7 @@ @media (min-width: 768px) { .project { opacity: 0; - animation: fadeIn 300ms ease-in-out forwards; + animation: fadeIn 500ms ease-in-out forwards; } } }