responsive

autoplay

  • Available since: v1.0
  • Type: option
  • Data type: Boolean
  • Allowed values: true, false
  • Default value: false

Enables/disables auto rotation of slides.

Example:

$('.accordion').jAccordion({
	autoplay : true
});

Dependencies

Activating of the described option will automatically set the below listed options and their values, thus there is no need to set them manually and it's not even possible to change values of these options.

  • sticky: true
  • defaultActiveSlideIdx: 0 if not set in configuration section

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option enabled. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates behaviour of the plugin with the described option enabled. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

jAccordion by maniacpc, exclusively for CodeCanyon