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

@@ -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;
}
}
}