Shorter fade

This commit is contained in:
KasperRT
2015-03-05 15:18:40 +01:00
parent dd6190e30a
commit 1fd6488d60
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ $(document).ready(function()
if(find) $("#playlist").height($("#player").height()-30+30);
if(!find)$("#playlist").height($("#player").height()+30);; //closing
myScroll.refresh();
setTimeout(function(){myScroll.refresh();}, 1005);
setTimeout(function(){myScroll.refresh();}, 505);
}
});

View File

@@ -29,7 +29,7 @@ body {
height:0px;
padding:0px;
margin:0px;
-webkit-transition:height 1s;
-webkit-transition:height 0.5s;
}
#findform-input {