Using CSS for animation has been standard practice for 2 or 3 years now, and there have been CSS-only (no JS) accordions and tabs for yonks as well.
This plugin just calculates your content's height and sets the value accordingly, refreshing the height when needed (on resize, orientation changes, etc), and then has a nice CSS transition for that element.
I certainly didn't mean to reinvent the wheel doing this. Just felt there wasn't a plugin doing the same and found it useful.
Thanks.
I should have looked deeper into it. I assumed it was just another accordion and didn't get why it was newsworthy.
It's good work, and you should be proud of it :)
What I also don't understand is how this plugin was in any way 'missing'. It seems we had plenty already[1].
[1]: http://www.designrazzi.net/2014/free-jquery-accordion-menus-...
jQuery is still necessary for the logic behind implementing an accordion, but the "heavy lifting" is done in CSS where possible.