-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswiper-js.yaml
52 lines (41 loc) · 1001 Bytes
/
swiper-js.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
enabled: true
built_in_swiper_assets: true
built_in_css: true
built_in_js: true
# See docs for parameters at https://swiperjs.com/swiper-api#parameters
swiper:
autoplay: false
loop: false
zoom: false
navigation:
nextEl: ''
prevEl: ''
pagination:
el: ''
scrollbar:
el: ''
direction: 'horizontal'
effect: 'slide'
spaceBetween: 0
freeMode: false
freeModeSticky: false
grabCursor: false
autoHeight: false
centeredSlides: false
initialSlide: 0
preloadImages: true
speed: 300
shortSwipes: true
keyboard:
enabled: false
mousewheel: false
history: false
watchOverflow: false
watchSlidesProgress: false
watchSlidesVisibility: false
a11y:
firstSlideMessage: PLUGIN_SWIPER_JS.A11Y.FIRST_SLIDE
lastSlideMessage: PLUGIN_SWIPER_JS.A11Y.LAST_SLIDE
nextSlideMessage: PLUGIN_SWIPER_JS.A11Y.NEXT_SLIDE
paginationBulletMessage: PLUGIN_SWIPER_JS.A11Y.PAGINATION_BULLET
prevSlideMessage: PLUGIN_SWIPER_JS.A11Y.PREV_SLIDE