SHA256
Убрать артефакты анимации логотипа
This commit is contained in:
+2
-2
@@ -1,2 +1,2 @@
|
||||
client.version=1.2.336
|
||||
server.version=1.2.308
|
||||
client.version=1.2.337
|
||||
server.version=1.2.309
|
||||
|
||||
@@ -473,10 +473,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
filter:
|
||||
drop-shadow(0 0 8px rgba(255, 211, 121, 0.72))
|
||||
drop-shadow(0 8px 22px rgba(225, 158, 48, 0.38));
|
||||
animation: shine-logo-breathe 4.8s ease-in-out infinite;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.auth-logo-wrap {
|
||||
@@ -491,8 +488,9 @@
|
||||
inset: 16%;
|
||||
z-index: -1;
|
||||
border-radius: 50%;
|
||||
background: rgba(214, 155, 56, 0.2);
|
||||
filter: blur(30px);
|
||||
background:
|
||||
radial-gradient(circle, rgba(255, 216, 120, 0.32) 0%, rgba(214, 155, 56, 0.18) 42%, transparent 72%);
|
||||
filter: blur(24px);
|
||||
opacity: 0;
|
||||
animation: shine-halo-breathe 4.8s ease-in-out infinite;
|
||||
transition: opacity 420ms ease;
|
||||
@@ -678,19 +676,6 @@
|
||||
color: rgba(216, 226, 247, 0.9);
|
||||
}
|
||||
|
||||
@keyframes shine-logo-breathe {
|
||||
0%, 100% {
|
||||
filter:
|
||||
drop-shadow(0 0 8px rgba(255, 211, 121, 0.62))
|
||||
drop-shadow(0 8px 22px rgba(225, 158, 48, 0.34));
|
||||
}
|
||||
50% {
|
||||
filter:
|
||||
drop-shadow(0 0 14px rgba(255, 220, 147, 0.88))
|
||||
drop-shadow(0 10px 28px rgba(225, 158, 48, 0.5));
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes shine-halo-breathe {
|
||||
0%, 100% { transform: scale(0.96); }
|
||||
50% { transform: scale(1.05); }
|
||||
@@ -727,7 +712,6 @@
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.auth-logo,
|
||||
.auth-logo-wrap::before,
|
||||
.shine-btn {
|
||||
animation: none;
|
||||
|
||||
Reference in New Issue
Block a user