Skip to content

Commit

Permalink
edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki committed Oct 7, 2011
1 parent 205c608 commit 33f4cd5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
@@ -1,29 +1,29 @@
**liteAccordion is a horizontal accordion plugin for jQuery.
#liteAccordion is a horizontal accordion plugin for jQuery.

Please post any support or feature requests on http://nicolahibbert.com/liteAccordion-v2/
**Please do not post support requests on the bug tracker!
**Please do not post support requests on the bug tracker!**

Follow me on Twitter: http://twitter.com/nicolahibbert for the latest liteAccordion development news.

**Options:
##Options:
These are the default settings for the liteAccordion plugin:

containerWidth : 960, // fixed (px)
containerHeight : 320, // fixed (px)
headerWidth: 48, // fixed (px)
*containerWidth : 960, // fixed (px)
*containerHeight : 320, // fixed (px)
*headerWidth: 48, // fixed (px)

activateOn : 'click', // click or mouseover
firstSlide : 1, // displays slide (n) on page load
slideSpeed : 800, // slide animation speed
onActivate : function() {}, // callback on slide activate
slideCallback : function() {}, // callback on slide anim complete
*activateOn : 'click', // click or mouseover
*firstSlide : 1, // displays slide (n) on page load
*slideSpeed : 800, // slide animation speed
*onActivate : function() {}, // callback on slide activate
*slideCallback : function() {}, // callback on slide anim complete

autoPlay : false, // automatically cycle through slides
pauseOnHover : false, // pause on hover
cycleSpeed : 6000, // time between slide cycles
easing : 'swing', // custom easing function
*autoPlay : false, // automatically cycle through slides
*pauseOnHover : false, // pause on hover
*cycleSpeed : 6000, // time between slide cycles
*easing : 'swing', // custom easing function

theme : 'basic', // basic, dark, light, or stitch
rounded : false, // square or rounded corners
enumerateSlides : false, // put numbers on slides
linkable : false // link slides via hash
*theme : 'basic', // basic, dark, light, or stitch
*rounded : false, // square or rounded corners
*enumerateSlides : false, // put numbers on slides
*linkable : false // link slides via hash

0 comments on commit 33f4cd5

Please sign in to comment.