move the zoom animation to outer tile to avoid clash with flip

This commit is contained in:
Evan You 2022-01-23 23:29:00 +08:00
parent 43e2d364d0
commit b16eb033be

View File

@ -254,6 +254,8 @@ function shake() {
}
.tile.filled .front {
border-color: #999;
}
.tile.filled {
animation: zoom 0.2s;
}
.tile:not(.empty) {