mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-28 21:11:01 +00:00
Removed staggered, and added fading instead
This commit is contained in:
@@ -50,7 +50,8 @@ function populate_channels(lists)
|
||||
}
|
||||
document.getElementById("preloader").style.display = "none";
|
||||
document.getElementById("searches").innerHTML = output;
|
||||
Materialize.showStaggeredList('#channels');
|
||||
//Materialize.fadeInImage('#channels');
|
||||
$("#channels").fadeIn(800);
|
||||
$("#search").focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user