sectionscolor:[' green ', ' orange ', ' red ', ' lime ';
Set Background color
You can set the Background-color property for each section
Controlarrows:
Defines whether the slide slide is controlled by arrows, the default is true, when we set to false, the arrows around the slide disappear, and on the move we can slide to control the slide
Verticalcentered:
Whether the contents of each page are centered vertically, and the default is True
Resize
Whether the font is scaled as the window is scaled, false by default
Scrollingspeed:
Scrolling speed, in milliseconds, defaults to 700
Anchors:
Defines the anchor connection, the default value is []. With the anchor chain, the user can quickly open and navigate to a page.
Note When defining the anchor connection, the value should not be the same as any ID or name in the page, especially under IE, and no need to add # when defining
Lockanchors:
If the anchor connection is locked, the default is False, if set to true, the defined anchor chain connection will have no effect, use less
Easing:
Defines how the page section scrolls, by default, Easeinoutcubic, or, if modified, the introduction of the Jquery.easings plugin, or the jquery UI.
CSS3:
Whether to use CSS3 transforms to implement the scrolling effect, which is true by default. You can increase the speed of browsers that support CSS3, such as mobile devices, and if your browser does not support CSS3, you will use jquery instead of CSS3 to implement the scrolling effect. (The legendary graceful downgrade)
Looptop:
Scroll to the top to scroll to the bottom, default false
Loopbottom:
Scroll back to the top after scrolling to the bottom, default false
Loophorizontal:
Landscape Slide slide scrolling, default True
Autoscrolling:
Whether to use the plug-in scrolling mode, by default, True, the browser's own scroll bar will appear, will not scroll by the page, but follow the scroll bar's default behavior to scroll
ScrollBar:
Contains scroll bars, which defaults to false. Set to True to show the browser's own scroll bar, scroll the page or scroll by page, but the default behavior of the scroll bar is also valid
Paddingtop/paddingbottom:
Set the padding at the top and bottom of each section, which is 0 by default. If you need to set a menu, navigation, element, etc. that are fixed at the top or bottom, you can use these two configuration items.
Fixedelements:
Fixed element, default is NULL, you need to configure a jquery selector. When the page scrolls, the elements set by the fixedelements are fixed.
Keyboardscrolling:
Whether you can use keyboard arrow keys to navigate, which is true by default.
Touchsensitivity:
The sensitivity of sliding pages in a mobile device, which defaults to 5, is measured as a percentage, up to 100, and the larger the slide the harder
Continuousvertical:
Whether to cycle scrolling, the default is False. If true, the page will cycle through, and it will not bounce like Looptop and Loopbottom.
(It is incompatible with looptop, Loopbottom, do not set at the same time)
Animateanchor:
Whether the anchor can control the scrolling animation, the default is true. If False, anchoring to a page by anchor is no longer animated.
RecordHistory:
Whether history is recorded, by default true. You can record the history of page scrolling and navigate through the browser's forward and backward.
If Autoscrolling:false is set, the configuration will also be closed.