Documentation

Progress Bar

Progress Bar

The pagination module creates bullet links for each available slide.

Here’s what the pagination module looks like:


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

$('.slidea').slidea({
  progress: {
    enabled: true, // Default: false
    position: "bottom", // top or bottom
    "class": "slidea-progress-light"
  }
});
Option Description
enabled Enable or disable the module.

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

Values: "top", "bottom"
class Specify the controls color theme through CSS classes.

Values: "slidea-progress-light", "slidea-progress-dark"

Previous
Pagination
Read Next
Retina