From 7908dae6738d70db44920250200cb04c0973ef11 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 16 Jul 2023 20:20:26 +0200 Subject: Animate tiles flying out from darkness. --- play.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'play.html') diff --git a/play.html b/play.html index 5d914aa..a8b86f0 100644 --- a/play.html +++ b/play.html @@ -103,6 +103,7 @@ body.Observer #hand { display: none } height: 56px; left: 10px; bottom: 10px; + z-index: 1; } #darkness_button.action { @@ -130,7 +131,7 @@ body.Observer #hand { display: none } .token, .tile { position: absolute; box-sizing: border-box; - transition-property: top, left; + transition-property: top, left, opacity; transition-duration: 500ms; transition-timing-function: ease; } -- cgit v1.2.3