fix: ensure post card hover effects work by preventing animation property locking
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-22 08:37:23 +01:00
parent 0b01773cec
commit 6f2d6b643d
2 changed files with 10 additions and 4 deletions

View File

@@ -209,12 +209,12 @@
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-fadeInUp {
animation: fadeInUp 0.5s ease-out forwards;
}
.post-grid-item.animated {
opacity: 1;
}