responsive

easing

  • Available since: v1.0
  • Changed in: v1.2
  • Type: option
  • Data type: String
  • Default value: 'swing'

Easing function used for animation of slides. jQuery library offers only two functions - 'swing' and 'linear' but you can use jQuery easing plugin to add large amount of them. This plugin is included in all provided themes.

Example:

$('.accordion').jAccordion({
	easing : 'easeOutBounce'
});

Demo 1

Demo 1 demonstrates using of easing method 'easeOutBounce' of the jQuery easing plugin. Complete list of easing methods can be found on the plugin's homepage. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates using of easing method 'easeInCubic' of the jQuery easing plugin. Complete list of easing methods can be found on the plugin's homepage. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Changelog

version 1.2

Name of the option has been changed from slidesEasing to easing.


jAccordion by maniacpc, exclusively for CodeCanyon