https://github.com/rendro/css3-accordion
Fluid accordion (horizontal & vertical) with CSS3 Transitions
https://github.com/rendro/css3-accordion
Last synced: about 1 year ago
JSON representation
Fluid accordion (horizontal & vertical) with CSS3 Transitions
- Host: GitHub
- URL: https://github.com/rendro/css3-accordion
- Owner: rendro
- Created: 2013-03-14T17:50:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T13:18:45.000Z (over 12 years ago)
- Last Synced: 2024-04-14T16:04:58.938Z (about 2 years ago)
- Language: CSS
- Homepage: http://rendro.github.io/CSS3-Accordion/
- Size: 281 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CSS3-Accordion
* Vertical and horizontal accordions
* Responsive and mobile-ready
* CSS3 transitions instead of jQuery.animate
## Browser support
* IE7+
* Chrome latest
* Safari latest
* Firefox latest
* Opera latest
## Dependencies
* jQuery 1.8+
* Modernizr.prefixed
---
**At least the following files are required:**
* `extensions/css/accordion.less`
* `extensions/js/accordion-(vertical|horizontal).js`
**Initialize accordion:**
new Accordion( $('#accordion') );
// or
new HorizontalAccordion( $('#accordion') );
Credits
-------
Thanks to [SinnerSchrader](http://www.sinnerschrader.com/) for their support and the time to work on this project.