SlickNav
SlickNav copied to clipboard
Off-canvas Menu with slick Nav
can slick be modified to open right to left? or as a horizontal menu to the left? I want to do it with bootstrap just like in the following example with foundation.... http://foundation.zurb.com/forum/posts/2393-need-an-off-canvas-multi-level-menu
:+1: Also, if there's option to slide menu from other sides (left-to-right, right-to-left, bottom-to-left), just instead of top-to-bottom (current opening), can be more helpful.
Looks like this line use jQuery's slideDown(). Unless we can override that, it looks like we're stuck as-is.
https://github.com/ComputerWolf/SlickNav/blob/master/dist/jquery.slicknav.js#L445
el.stop(true,true).slideDown(duration, settings.easingOpen, function(){
I also think it would be great to have a side menu option here