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

terramoud/HorizontalDropDownMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

jQueryHorizontalDropDownMenu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors