Submit your widget

jQuery Fade Menu plugin

Created 13 years ago   Views 13973   downloads 2678    Author alexfish
jQuery Fade Menu plugin
View DemoDownload
112
Share |

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions.

Options

It is possible to pass the following options to control the speeds of the transitions:

slideup

This setting controls the speed menu trees slide up when the user selects a new menu title. You can pass it speeds built into jQuery such as "slow" "fast" or "def". Or if you prefer an integer for more control.

slidedown

This setting controls the speed menu trees slide down when the user selects a new menu title. You can pass it speeds built into jQuery such as "slow" "fast" or "def". Or if you prefer an integer for more control.

fadein

This option controls the speed in which new menu trees fade in. You can pass it speeds built into jQuery such as "slow" "fast" or "def", Or if you prefer an integer for more control.