mobilemenu

Introduction

Released under the BSD License. The latest source can be found on GitHub.
Check out the Documentation or Changelog for detailed information.

Use the GitHub issue tracker to submit bug fixes or feature proposals.

Mobilemenu

This is a generic navigation. Resizes the window to be below 540 pixels and the mobile menu is shown.


Options

— Options can be set on initialisation

» index: 2
» easing: 'swing'
» duration: 1000
» bound: 539
» ratio: 80 / 100
» fixedRatio: 250
» offset: {}
» cls: {}
» overlay: '«div class...'

Methods

— Methods can be called on an instance

» mobilemenu.toggle();
» mobilemenu.show();
» mobilemenu.hide();

Callbacks

— Callbacks can be called on an instance

» callbacks.toggle
» callbacks.show
» callbacks.hide