We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091e9c commit 082b26dCopy full SHA for 082b26d
jquery.slicknav.js
@@ -442,7 +442,7 @@
442
});
443
} else if(settings.animations === 'velocity') {
444
el.velocity("finish").velocity("slideDown", {
445
- duration: settings.duration,
+ duration: duration,
446
easing: settings.easingOpen,
447
complete: function() {
448
afterOpen(trigger, parent);
@@ -467,7 +467,7 @@
467
} else if (settings.animations === 'velocity') {
468
469
el.velocity("finish").velocity("slideUp", {
470
471
easing: settings.easingClose,
472
473
afterClose(trigger, parent);
0 commit comments