Исходный текст | Переводы |
---|---|
%name must begin with .swiper-button-next , example ".swiper-button-next.swiper-three" Description: "%desc" | |
%name must begin with .swiper-button-prev , example ".swiper-button-prev.swiper-three" Description: "%desc" | |
%name must begin with .swiper-pagination , example ".swiper-pagination.swiper-two" Description: "%desc" | |
Whether Swiper should be initialised automatically when you create an instance. If disabled, then you need to init it manually by calling <code>mySwiper.init()</code> | |
Index number of initial slide. | |
Could be 'horizontal' or 'vertical' (for vertical slider). | |
Duration of transition between slides (in ms) | |
Enabled this option and plugin will set width/height on swiper wrapper equal to total size of all slides. Mostly should be used as compatibility fallback option for browser that don't support flexbox layout well | |
Enabled this option and swiper will be operated as usual except it will not move, real translate values on wrapper will not be set. Useful when you may need to create custom slide transition | |
Swiper width (in px). Parameter allows to force Swiper width. Useful <strong>only</strong> if you initialize Swiper when it is hidden. |