|
Parameters
JQuery Scroll Follow Parameters
Parameters Listspeedint - default: 500 The duration of the sliding animation (in milliseconds). The smaller the value, the faster the animation. easingstring - default: 'easeOutBack' If included, use any one of the easing options from the easing plugin. Uses 'linear' by default which provides no easing. offsetint - default: 0 Number of pixels the Scroll Follow object should remain from top of viewport. containerstring - default: object's immediate parent ID of the containing div. killSwitchstring - default: 'killSwitch' ID of the On/Off toggle element. Requires the jQuery Cookie plugin. onTextstring - default: 'Turn Slide Off' killSwitch text to be displayed if sliding is enabled. offTextstring - default: 'Turn Slide On' killSwitch text to be displayed if sliding is disabled. relativeTostring - default: 'top' Scroll animation can be relative to either the 'top' or 'bottom' of the viewport. delayint - default: 0 Time between the end of the scroll and the beginning of the animation in milliseconds. |