chore: disable most animations

This commit is contained in:
Ahwx 2024-06-21 09:51:15 +02:00
parent 4c4aaff971
commit d439e22d56

View file

@ -37,7 +37,7 @@
border: 3px solid @accent; border: 3px solid @accent;
border-radius: 7px; border-radius: 7px;
background-color: @bg; background-color: @bg;
animation: slideIn 0.5s ease-in-out both; /* animation: slideIn 0.5s ease-in-out both; */
} }
/* Slide In */ /* Slide In */
@ -57,7 +57,7 @@
padding: 10px; padding: 10px;
border: none; border: none;
background-color: @bg; background-color: @bg;
animation: fadeIn 0.5s ease-in-out both; /* animation: fadeIn 0.5s ease-in-out both; */
} }
/* Fade In */ /* Fade In */
@ -115,4 +115,4 @@
} }
''; '';
}; };
} }