From d941d1c954618d45303bcfff79b1e051c60370b7 Mon Sep 17 00:00:00 2001 From: cay Date: Mon, 6 Apr 2026 13:00:06 +0100 Subject: [PATCH] ghm --- public/css/events.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/css/events.css b/public/css/events.css index 4e132a9..d4e5770 100644 --- a/public/css/events.css +++ b/public/css/events.css @@ -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 {