From b16eb033be5a27a10a2f40e02345c66590496d29 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 23 Jan 2022 23:29:00 +0800 Subject: [PATCH] move the zoom animation to outer tile to avoid clash with flip --- src/Game.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Game.vue b/src/Game.vue index e6f1c34..f4a9be4 100644 --- a/src/Game.vue +++ b/src/Game.vue @@ -254,6 +254,8 @@ function shake() { } .tile.filled .front { border-color: #999; +} +.tile.filled { animation: zoom 0.2s; } .tile:not(.empty) {