Skip to content

kevinrodrigues/flexi-accordion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Flexi-accordion

Flexible accordion

Features

  • speed: 400, // set your speed in m-seconds
  • isVertical: true, // set to false if a horizontal accordion is required
  • collapsible: false, // set to true to close all panels
  • icons: false, // set to false to hide header icons
  • hover: 'off', // set to 'on' to turn on open on hover

Usage:

  1. Custom arguments which you can pass into the call to the plugin below. Alternatively you can just specify them directly (Point 2).
var args = {
	speed: 500,
	icons: false,
	hover: 'off'
};

$(selector).FluidSlider(args);
  1. Passing in options directly.
$(selector).flexiaccordion({
        speed:  400
});

About

flexiable accordion (horizontal / vertical)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published