responsive

preloadTransitionSpeed

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

Duration (in milliseconds) of fade-in transition of accordion after all of the images are fully loaded.

Example:

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

Dependencies

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

  • preloadImages: true

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option set to 3000 (3 seconds). Horizontal accordion is used. Reload the page to compare both demos.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates behaviour of the plugin with the described option set to 1000 (1 second). Vertical accordion is used. Reload the page to compare both demos.

Loading content...
slide1
slide2
slide3
slide4
slide5

Changelog

version 1.2

Name of the option has been changed from preloadFadeInDuration to preloadTransitionSpeed.


jAccordion by maniacpc, exclusively for CodeCanyon