slidingSubmenus (boolean)

Whether or not the submenus should come sliding in from the right. If false, the submenus expand below the menu-item.

Default value: true.


Code example:

$("#my-menu").mmenu({
   slidingSubmenus: false
});