mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed staggered, and added fading instead
This commit is contained in:
2
static/js/lib/materialize.js
vendored
2
static/js/lib/materialize.js
vendored
@@ -2924,7 +2924,7 @@ $(document).ready(function(){
|
||||
easing: 'easeOutSine'
|
||||
});
|
||||
$(element).velocity({opacity: 1}, {
|
||||
duration: 1300,
|
||||
duration: 650,
|
||||
queue: false,
|
||||
easing: 'swing',
|
||||
step: function(now, fx) {
|
||||
|
||||
@@ -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