aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-25 18:40:28 +0100
committersD <stoned@derpymail.org>2019-12-25 18:40:28 +0100
commitb4acc593d3193ea2d508372982bafe4ad9e45d0f (patch)
treecdd38e585c9e9f193993fe833e81519e91dde735
parent9695d2919e177924b607cc2f51e08104b969d839 (diff)
add css transition to get rid of jquery
-rw-r--r--webAO/client.css2
1 files changed, 2 insertions, 0 deletions
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 {