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.
- Host: GitHub
- URL: https://github.com/ruffrey/bootstrap-animated-dropdown
- Owner: ruffrey
- License: apache-2.0
- Created: 2013-07-30T04:10:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-02T03:52:25.000Z (almost 13 years ago)
- Last Synced: 2025-04-26T17:46:57.591Z (about 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'));
});
```