http://www.jq22.com/jquery-info321
支持参数:
startPanel : 1, // start with this panel
reducedSize : 0.8, // non-current panel size: 80% of panel size
fixedHeight : false, // if true, slider height set to max panel height; if false, slider height will auto adjust.
// Behaviour
initAnimation: true, // if true, movingBoxes will initialize, then animate into the starting slide (if not the first slide)
stopAnimation: false, // if true, movingBoxes will force the animation to complete immediately, if the user selects the next panel
hashTags : true, // if true, hash tags are enabled
wrap : false, // if true, the panel will loop through the panels infinitely
buildNav : false, // if true, navigation links will be added
navFormatter : null, // function which returns the navigation text for each panel
easing : 'swing', // anything other than "linear" or "swing" requires the easing plugin
// Times
speed : 500, // animation time in milliseconds
delayBeforeAnimate : 0, // time to delay in milliseconds before MovingBoxes animates to the selected panel
// Selectors & classes
currentPanel : 'current', // current panel class
tooltipClass : 'tooltip', // added to the navigation, but the title attribute is blank unless the link text-indent is negative
disabled : 'disabled',// class added to arrows that are disabled (left arrow when on first panel, right arrow on last panel)
// Callbacks
preinit : null, // callback after the basic MovingBoxes structure has been built; before "initialized"
initialized : null, // callback when MovingBoxes has completed initialization; all images loaded
initChange : null, // callback upon change panel initialization
beforeAnimation : null, // callback before any animation occurs
completed : null // callback after animation completes