The menu is on the left. Moving tooks 2 seconds.
$(document).ready(function () { $('#test').BootSideMenu({ side: "left", pushBody: false, duration:2000 }); });
By default the menu is large as the 15% of the page. To change this feature use the option:
width:'300px' //or '20%'You can use percentage or measure unit.
Watch this changes in the next example.