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

Scroll to panel #9

Closed anevins12 closed 3 years ago

anevins12 commented 9 years ago

Note that I've not added Jasmine tests for this.

lawlesscreation commented 9 years ago

Would be super nice if the animate speed was an option too e.g.:

scrollToPanelSpeed: 500;
anevins12 commented 9 years ago

Will do

anevins12 commented 8 years ago

I've added this scrollToPanelSpeed option & added tests for both 'scrollToPanel' and 'scrollToPanelSpeed'.

Ready for peer review.