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) {
|
||||
|
||||
Reference in New Issue
Block a user