This commit is contained in:
cay 2026-04-06 13:00:06 +01:00
parent 56e4ea9d42
commit d941d1c954

View File

@ -73,14 +73,13 @@
width: 90%;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
position: relative;
animation: eventDetailIn 0.18s ease;
transform: scale(0.5);
animation: eventDetailIn 0.18s ease forwards;
transform-origin: center center;
}
@keyframes eventDetailIn {
from { opacity: 0; transform: scale(0.92) translateY(8px); }
to { opacity: 1; transform: scale(1) translateY(0); }
from { opacity: 0; transform: scale(0.46) translateY(8px); }
to { opacity: 1; transform: scale(0.5) translateY(0); }
}
#event-detail-popup .edp-close {