Documentation

Scroller

Scroller

The scroller module adds a call to action button to scroll the page to the portion underneath the slider.


Here are the options you can set for the scroller. To enable the module, simply set the enabled parameter to true.

$('.slidea').slidea({
  scroller: {
    enabled: true, // Default: false
    markup: "<span class=\"slidea-scroller-1\"></span>",
    position: "center" // Positions: left, right, center
  }
});
Option Description
enabled Enable or disable the module.

Values: true, false
position Sets the progress bar’s position.

Values: "left", "center", "right"
markup Specify the scroller style through CSS classes.

Values: "<span class=\"slidea-scroller-1\"></span>", "<span class=\"slidea-scroller-2\"></span>"

Previous
Retina
Read Next
Thumbnails