locked-animation

This commit is contained in:
2026-01-16 21:16:05 +01:00
parent 3e3fd6d7f4
commit a4117b782a
5 changed files with 24 additions and 21 deletions

View File

@@ -101,6 +101,17 @@ td {
}
}
@keyframes locked-animation {
from {
filter: saturate(50%) brightness(400%);
}
}
.locked.mino {
animation: locked-animation;
animation-duration: 0.2s;
}
td.trail-animation {
animation: trail-animation ease-out .3s;
}