diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-16 20:20:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-18 12:48:53 +0200 |
commit | 7908dae6738d70db44920250200cb04c0973ef11 (patch) | |
tree | c9d93df38967137dd775d1d5013483fada9bded5 /play.html | |
parent | 178b18109b94c267da5ccb9d48f28057ca65ddcd (diff) | |
download | field-cloth-gold-7908dae6738d70db44920250200cb04c0973ef11.tar.gz |
Animate tiles flying out from darkness.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |