SlickNav icon indicating copy to clipboard operation
SlickNav copied to clipboard

Off-canvas Menu with slick Nav

Open atifanwer opened this issue 8 years ago • 2 comments

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

atifanwer avatar Mar 14 '16 13:03 atifanwer

:+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.

cyberwani avatar Mar 16 '16 05:03 cyberwani

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

JiveDig avatar Dec 30 '16 15:12 JiveDig