mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed transition with song height, and upped the speed of the transition
This commit is contained in:
@@ -30,11 +30,10 @@ var List = {
|
||||
}, 'added'));
|
||||
|
||||
List.insertAtIndex(List.getIndexOfSong(msg[1].id), msg[1], true);
|
||||
|
||||
var test = $("#wrapper").children()[List.getIndexOfSong(msg[1].id)];
|
||||
setTimeout(function(){
|
||||
var test = $("#wrapper").children()[List.getIndexOfSong(msg[1].id)];
|
||||
$(test).css("height", 66);
|
||||
},0);
|
||||
},5);
|
||||
|
||||
}else if(msg[0] == "deleted")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user