CSS class name of single pagination bullet
Defines which HTML tag will be used to represent single pagination bullet. Only for 'bullets'
pagination type.
If true
then clicking on pagination button will cause transition to appropriate slide. Only for bullets pagination type
CSS class name set to pagination when it is clickable
CSS class name of the element with currently active index in "fraction" pagination
Good to enable if you use bullets pagination with a lot of slides. So it will keep only few bullets visible at the same time.
The number of main bullets visible when dynamicBullets
enabled.
String with CSS selector or HTML element of the container with pagination
format fraction pagination current number. Function receives current number, and you need to return formatted value
format fraction pagination total number. Function receives total number, and you need to return formatted value
CSS class name of pagination when it becomes inactive
Toggle (hide/show) pagination container visibility after click on Slider's container
CSS class name set to pagination when it is disabled
The beginning of the modifier CSS class name that will be added to pagination depending on parameters
CSS class name of pagination progressbar fill element
Makes pagination progressbar opposite to Swiper's direction
parameter, means vertical progressbar for horizontal swiper
direction and horizontal progressbar for vertical swiper direction
CSS class name of pagination progressbar opposite
This parameter allows totally customize pagination bullets, you need to pass here a function that accepts index
number of
pagination bullet and required element class name (className
). Only for 'bullets'
pagination type
This parameter is required for 'custom'
pagination type where you have to specify
how it should be rendered.
This parameter allows to customize "fraction" pagination html. Only for 'fraction'
pagination type
This parameter allows to customize "progress" pagination. Only for 'progress'
pagination type
CSS class name of the element with total number of "snaps" in "fraction" pagination
String with type of pagination. Can be 'bullets'
, 'fraction'
, 'progressbar'
or 'custom'
Generated using TypeDoc
CSS class name of currently active pagination bullet
'swiper-pagination-bullet-active'