Swiper
-
Swiper API: Navigation & Pagination
Navigation Parameters ParameterTypeDefaultDescriptionnavigationobject Object with navigation parameters. For example:var mySwiper = new Swiper('.swiper-container', { navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); {nextElstring / HTMLElementnullString…
Read More » -
Swiper API: Slider Methods and Properties & Events
After we initialize Slider we have its initialized instance in variable (like mySwiper variable in example above) with helpful methods and properties:…
Read More » -
Swiper API: Parameters
Let’s look on list of all available parameters: ParameterTypeDefaultDescriptioninitbooleantrueWhether Swiper should be initialised automatically when you create an instance. If…
Read More » -
Getting Started With Swiper
Download and Install Swiper First of all we need to download required Swiper files: We can download them from Swiper GitHub…
Read More »