Skip to content

Instantly share code, notes, and snippets.

@vctrfrnndz
Last active August 29, 2015 14:02
Show Gist options
  • Save vctrfrnndz/58966480a6586748474d to your computer and use it in GitHub Desktop.
Save vctrfrnndz/58966480a6586748474d to your computer and use it in GitHub Desktop.
jQuery Accordion Defaults
{
transitionSpeed: 300,
transitionEasing: 'ease',
controlElement: '[data-control]',
contentElement: '[data-content]',
groupElement: '[data-accordion-group]',
singleOpen: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment