BySlideMenu

Mootools Plugins

What is BySlideMenu?

  • BySlideMenu is a plugin for Mootools
  • This script allows you to easily create a sliding menu (accordion menu).
  • Configurable with options.
  • Define a default item by a class name.
  • No animation glitches.
  • Menu items can be triggered by the item itself or by one or more triggers.
  • Define events to fire when animating/displaying items.
  • Items can be expanded by click or mouseover.
  • It works horizontally or vertically.
  • Customisable compression size.
  • Possibility to "skip" items with a customisable class name.

License

BySlideMenu is Open Source, released under 3-clause BSD license . In short : do (mostly) what you want.

How much does it cost ?

BySlideMenu cost nothing. You can use it freely everywhere you want, even in commercial projects.

But you are highly encouraged to support the author (hum, yes ... it's me).

No minimum amount, give what you want, if you want.

How to use it ?

First, you need to include the necessary Mootools files on your page.

Then include the BySlideMenu file.

Finally, instanciate the plugin inside an onDomReady event :

window.addEvent('domready', function(){ new BySlideMenu(options) });

Things which may interest you

Get it !

Download BySlideMenu 2.1.3 (plugin only)

Download BySlideMenu 2.1.3 Demo Pack (plugin + all the necessary files : HTML, Mootools, Img, CSS)

Usage & demo

Use the tabs to see JavaScript, HTML, CSS and Result