Исходный текст | Переводы |
---|---|
Must begin with .swiper-button-prev , if you have more than one swiper view on same page put for example ".swiper-button-prev.swiper-two" for the second view and so on and so forth. it is a selector or HTML element of the element that will work like "prev" button after click on it | |
Toggle navigation buttons visibility after click on Slider's container | |
CSS class name added to navigation button when it becomes disabled | |
CSS class name added to navigation button when it becomes hidden | |
String with CSS selector or HTML element of the container with pagination ex) ".swiper-pagination" OR ".swiper-pagination.swiper-two" | |
String with type of pagination. Can be "bullets", "fraction", "progressbar" or "custom" | |
Defines which HTML tag will be use to represent single pagination bullet. Only for <strong>bullets</strong> pagination type. | |
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 <strong>dynamicBullets</strong> enabled. | |
If <strong>true</strong> then clicking on pagination button will cause transition to appropriate slide. Only for <strong>bullets</strong> pagination type |