responsive

autoplayInterval

  • Available since: v1.0
  • Changed in: v1.2
  • Type: option
  • Data type: Positive integer
  • Default value: 3000

Amount of time for which a slide is displayed if using autoplay.

Example:

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

Dependencies

The described option only takes effect if the below listed conditions were met.

  • autoplay: true

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option set to 500ms. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates behaviour of the plugin with the described option set to 500ms. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Changelog

version 1.2

Name of the option has been changed from autoplayDelay to autoplayInterval.


jAccordion by maniacpc, exclusively for CodeCanyon