From 4a42df532891bd1639042e6289ce31564685ff8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 11 Jun 2015 01:35:03 +0200 Subject: [PATCH] .5s transition instead --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d902fe7a..03a55b66 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -430,7 +430,7 @@ ul #chat-log{ background-color: rgba(255, 255, 255, 0.04); color:white; font:12px Arial,sans-serif; - -webkit-transition:height 1s; + -webkit-transition:height .5s; height:66px; } .list-song .card-content{padding:0;}