responsive

transitionSpeed

  • Available since: v1.0
  • Changed in: v1.2
  • Type: option
  • Data type: Integer
  • Default value: 500

Duration (in milliseconds) of transition (opening/closing a slide).

Example:

$('.accordion').jAccordion({
	transitionSpeed : 3000
});

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option set to 3000 (3 seconds). 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 100. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Changelog

version 1.2

Name of the option has been changed from slideDuration to transitionSpeed.


jAccordion by maniacpc, exclusively for CodeCanyon