mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Shorter fade
This commit is contained in:
@@ -24,7 +24,7 @@ $(document).ready(function()
|
|||||||
if(find) $("#playlist").height($("#player").height()-30+30);
|
if(find) $("#playlist").height($("#player").height()-30+30);
|
||||||
if(!find)$("#playlist").height($("#player").height()+30);; //closing
|
if(!find)$("#playlist").height($("#player").height()+30);; //closing
|
||||||
myScroll.refresh();
|
myScroll.refresh();
|
||||||
setTimeout(function(){myScroll.refresh();}, 1005);
|
setTimeout(function(){myScroll.refresh();}, 505);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ body {
|
|||||||
height:0px;
|
height:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
-webkit-transition:height 1s;
|
-webkit-transition:height 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#findform-input {
|
#findform-input {
|
||||||
|
|||||||
Reference in New Issue
Block a user