-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thierry Goettelmann
committed
Sep 1, 2012
1 parent
92de008
commit 7a707b3
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### BySlideMenu, 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. |