You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use SlickNav in a footer menu that opens upwards (as opposed to the default downwards).
I've changed the jQuery slideDown to slideUp on this line, but no luck in getting it to work: if (settings.animations === 'jquery') { el.stop(true,true).slideUp(duration, settings.easingOpen, function(){ afterOpen(trigger, parent); });
Has anyone successfully done this?
The text was updated successfully, but these errors were encountered:
I'm trying to use SlickNav in a footer menu that opens upwards (as opposed to the default downwards).
I've changed the jQuery slideDown to slideUp on this line, but no luck in getting it to work:
if (settings.animations === 'jquery') { el.stop(true,true).slideUp(duration, settings.easingOpen, function(){ afterOpen(trigger, parent); });
Has anyone successfully done this?
The text was updated successfully, but these errors were encountered: