mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 12:52:08 +01:00
Update threshold value in App.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function App() {
|
||||
}
|
||||
});
|
||||
},
|
||||
{ threshold: 0.2 }
|
||||
{ threshold: 0.1 }
|
||||
);
|
||||
|
||||
if (aboutRef.current) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user