Parameter description:
btnPrev string The class name of the previous button, such as btnPrev: ".prev"
btnNext string The class name of the next button, such as btnPrev: ".prev"
btnGo array Custom scrolling position, similar to slide effect position, with tabs, in order of array order, button 1 button 2 button N, as follows, the button named 1 is the first button: [".1", ".2"]
mouseWheel bool: Can the mouse slide control the up and down scrolling wheels? Optional: false, true, default false
auto int Specify how many seconds the content will automatically scroll regularly. The default is null, and it does not scroll. If set, the unit is milliseconds, such as 1 second is 1000.
speed
easing string The name of the buffering effect, such as: easing: "bounceout", requires easing plugin in jquery (buffer plugin implementation), which is only applicable to jq1.2
vertical bool Whether to scroll vertically, optional: false, true, default false
circular bool Whether to scroll loop, default is true. If false, scrolling to the last one will stop scrolling
visible int The visible number can be a decimal, such as 2.5 to 2.5 li
start The default is 0
scroll int The number of lis per scroll
beforeStart func A function called back at the beginning of the scrolling, you can pass in the object parameters beforeStart: function(a) { alert("The object that starts is:" + a)}
afterEnd func The function called back at the end of the scroll, the usage method is the same as above