diff options
| author | sD <stoned@derpymail.org> | 2019-12-25 18:40:28 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-25 18:40:28 +0100 |
| commit | b4acc593d3193ea2d508372982bafe4ad9e45d0f (patch) | |
| tree | cdd38e585c9e9f193993fe833e81519e91dde735 /webAO/client.css | |
| parent | 9695d2919e177924b607cc2f51e08104b969d839 (diff) | |
add css transition to get rid of jquery
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 2 |
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 { |
