From b4acc593d3193ea2d508372982bafe4ad9e45d0f Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 25 Dec 2019 18:40:28 +0100 Subject: add css transition to get rid of jquery --- webAO/client.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 4199cf9..d512c8b 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -430,6 +430,8 @@ img { bottom: 0; position: relative; display: inline-block; + transition: 0.4s linear; + transition-property: width; } .client_button { -- cgit