fix: Duplicate keyframe name

This commit is contained in:
florian 2023-07-29 13:50:21 +02:00
parent 13a61bce9c
commit 27f44c79f9

View File

@ -1,4 +1,4 @@
@keyframes showImage {
@keyframes showGridImage {
from {
opacity: 0;
visibility: visible;
@ -39,7 +39,7 @@
.imagegrid .image.show {
animation-duration: 0.5s;
animation-timing-function: ease-in;
animation-name: showImage;
animation-name: showGridImage;
visibility: visible;
}