Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 606 Bytes

File metadata and controls

16 lines (9 loc) · 606 Bytes

jQueryHorizontalDropDownMenu

https://terramoud.github.io/HorizontalDropDownMenu/public/

jQuery("div").dropDownRiseUp(); // use method ".dropDownRiseUp()" for jQuery object

To customize the animation, you need to modify the dropDownRiseUp.js file.

var settings = $.extend({

    time: 1500, // time to increase the height of the element

    pix: 300, // the height by which you want to increase the element

    timeout: 30 // the frequency with which each animation step is executed (at least 40 milliseconds => 25 steps (frames) per second)

}, options);