ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
941 stars 315 forks source link

Off-canvas Menu with slick Nav #129

Open atifanwer opened 8 years ago

atifanwer commented 8 years ago

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

cyberwani commented 8 years ago

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

JiveDig commented 7 years ago

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