fix: prevent animation flickering and refine post card hover state
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -206,6 +206,14 @@
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.post-grid-item {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.post-grid-item.animated {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@keyframes fadeInUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
@@ -216,7 +224,3 @@
|
||||
.animate-fadeInUp {
|
||||
animation: fadeInUp 0.5s ease-out forwards;
|
||||
}
|
||||
|
||||
.post-grid-item.animated {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user