An open API service indexing awesome lists of open source software.

https://github.com/ruffrey/bootstrap-animated-dropdown

Animate a bootstrap dropdown in one simple step.
https://github.com/ruffrey/bootstrap-animated-dropdown

Last synced: 12 months ago
JSON representation

Animate a bootstrap dropdown in one simple step.

Awesome Lists containing this project

README

          

bootstrap-animated-dropdown
===========================

Animate a bootstrap dropdown in one simple step.

Support for mobile devices and clicking, as well as a very pretty jQuery slide animation.

usage
===========================

```javascript

$(document).ready(function(){
BindAnimatedDropdown($('div#menu'));
});

```