In this example we demonstrate how easy it is to set up a custom Menu with the help of asonWidget.
Here is the list of changes:
asonWidgets Menu animations are powered by Velocity.js UIPack, which means you have a ton of animation options.
For more menu customization options please check out the documentation!
<body>Page content... </body>
$('#mainMenu').asonwidget({ type: 'menu', animInit: 'transition.slideLeftBigIn', animOpen: 'transition.expandIn', animOpenStagger: 100, closeSameLevel: false, navScroll:false});