changed animation

This commit is contained in:
ClovertaTheTrilobita 2026-04-14 13:40:46 +03:00
parent f53b492431
commit 490c66f6b7

View file

@ -36,18 +36,17 @@
height: 2rem; height: 2rem;
display: grid; display: grid;
place-items: center; place-items: center;
opacity: 0; transform:
transform: scale(1.3); scale(1.3)
translateY(-70px);
pointer-events: none; pointer-events: none;
/* transition: transition:
opacity 160ms ease, transform 160ms linear;
transform 160ms ease; */
z-index: 9999; z-index: 9999;
} }
#page-loading-indicator.is-active { #page-loading-indicator.is-active {
opacity: 1; transform: scale(1) translateY(0px);
transform: scale(1);
} }
.page-loading-spinner { .page-loading-spinner {