nomensa / jquery.accessible-accordion

Creates an accessible accordion - collapsible content panels
http://nomensa.github.io/jquery.accessible-accordion
MIT License
4 stars 3 forks source link

Animation #7

Closed lockerbleiben closed 8 years ago

lockerbleiben commented 9 years ago

Hey, maybe you can add some animation to this wonderful script: :+1: e.g.

Thank you in advance :)

anevins12 commented 9 years ago

Hi lockerbleiben, we've left animations out so that it will work for a wider range of people. As the accordion adds classes for these states, you can usually use CSS to style them how you want. I don't think you'll be able to achieve the slide, since the accordion just displays 'none' and 'block' the accordion content (and does not use top-to-bottom or left-to-right positioning), but I do think you can achieve a colour transition when changing tabs.