Further performance improvements, show indicator while game is saving

This commit is contained in:
tobspr 2020-09-18 20:41:40 +02:00
parent bba29b8a8b
commit 1ebfafd8de
11 changed files with 1223 additions and 1172 deletions

View file

@ -56,6 +56,17 @@
transform: scale(1.1, 1.1);
}
}
&.saving {
@include InlineAnimation(0.4s ease-in-out infinite) {
50% {
opacity: 0.5;
transform: scale(0.8);
}
}
pointer-events: none;
cursor: default;
}
}
&.settings {