Fixed laggy menu appearance

This commit is contained in:
Djeex
2025-09-04 00:24:54 +02:00
parent 24113a4aa8
commit 2cc0a213c9

View File

@ -181,8 +181,8 @@ h2 {
/* animation */ /* animation */
.appear { .appear {
-webkit-transition: all 0.3s; -webkit-transition: all 1s;
transition: all 0.3s; transition: all 1s;
opacity: 0; opacity: 0;
-webkit-transform: translateY(20px); -webkit-transform: translateY(20px);
transform: translateY(20px); transform: translateY(20px);