From 2e7825b0ca0508053826e36add9888a64c62925a Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 25 Dec 2019 18:44:23 +0100 Subject: slow animation to match the real game --- webAO/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index d512c8b..d18d5f3 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -430,7 +430,7 @@ img { bottom: 0; position: relative; display: inline-block; - transition: 0.4s linear; + transition: 1s linear; transition-property: width; } -- cgit