*/
backButton: '<li class="js-drilldown-back"><a tabindex="0">Back</a></li>',
/**
- * Position the back button either at the top or bottom of drilldown submenus.
+ * Position the back button either at the top or bottom of drilldown submenus. Can be `'left'` or `'bottom'`.
* @option
* @type {string}
* @default top
*/
animationDuration: 500,
/**
- * Scroll animation easing
+ * Scroll animation easing. Can be `'swing'` or `'linear'`.
* @option
* @type {string}
+ * @see {@link https://api.jquery.com/animate|JQuery animate}
* @default 'swing'
*/
animationEasing: 'swing'
closingTime: 500,
/**
- * Position of the menu relative to what direction the submenus should open. Handled by JS.
+ * Position of the menu relative to what direction the submenus should open. Handled by JS. Can be `'left'` or `'right'`.
* @option
* @type {string}
* @default 'left'
*/
animationDuration: 500,
/**
- * Animation style to use when scrolling between locations.
+ * Animation style to use when scrolling between locations. Can be `'swing'` or `'linear'`.
* @option
* @type {string}
* @default 'linear'
+ * @see {@link https://api.jquery.com/animate|Jquery animate}
*/
animationEasing: 'linear',
/**
*/
nonLinearBase: 5,
/**
- * Basevalue for non-linear sliders, possible values are: 'linear', 'pow' & 'log'. Pow and Log use the nonLinearBase setting.
+ * Basevalue for non-linear sliders, possible values are: `'linear'`, `'pow'` & `'log'`. Pow and Log use the nonLinearBase setting.
* @option
* @type {string}
* @default 'linear'
*/
container: '<div data-sticky-container></div>',
/**
- * Location in the view the element sticks to.
+ * Location in the view the element sticks to. Can be `'top'` or `'bottom'`.
* @option
* @type {string}
* @default 'top'