mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Adding song and removing song comes from two different sides now
This commit is contained in:
		@@ -838,7 +838,7 @@ var List = {
 | 
			
		||||
		var del_attr;
 | 
			
		||||
		//song.find(".list-song");
 | 
			
		||||
		if(transition) {
 | 
			
		||||
			song.find(".list-song").css("transform", "translateX(-100%)");
 | 
			
		||||
			song.find(".list-song").css("transform", "translateX(100%)");
 | 
			
		||||
			song.find(".list-song").addClass("side_away");
 | 
			
		||||
		}
 | 
			
		||||
		song.find(".list-song").css("height", List.element_height);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user