Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 50 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | module.exports = { |
||
2 | // accessibility: true, |
||
3 | // adaptiveHeight: false, |
||
4 | // autoplay: false, |
||
5 | // autoplaySpeed: 3000, |
||
6 | // arrows: true, |
||
7 | // asNavFor: null, |
||
8 | // appendArrows: $(element), |
||
9 | // appendDots: $(element), |
||
10 | prevArrow: '<button type="button" class="slick-prev sliderMedia-prevButton">←</button>', |
||
11 | nextArrow: '<button type="button" class="slick-next sliderMedia-nextButton">→</button>', |
||
12 | // centerMode: false, |
||
13 | // centerPadding: '50px', |
||
14 | // cssEase: 'ease', |
||
15 | // customPaging: null, |
||
16 | dots: true, |
||
17 | // dotsClass: 'slick-dots', |
||
18 | // draggable: true, |
||
19 | // fade: false, |
||
20 | // focusOnSelect: false, |
||
21 | // easing: 'linear', |
||
22 | // edgeFriction: 0.15, |
||
23 | infinite: false |
||
24 | // initialSlide: 0, |
||
25 | // lazyLoad: 'ondemand', |
||
26 | // mobileFirst: false, |
||
27 | // pauseOnFocus: true, |
||
28 | // pauseOnHover: true, |
||
29 | // pauseOnDotsHover: false, |
||
30 | // respondTo: 'window', |
||
31 | // responsive: null, |
||
32 | // rows: 1, |
||
33 | // slide: '', |
||
34 | // slidesPerRow: 1, |
||
35 | // slidesToShow: 1, |
||
36 | // slidesToScroll: 1, |
||
37 | // speed: 300, |
||
38 | // swipe: true, |
||
39 | // swipeToSlide: false, |
||
40 | // touchMove: true, |
||
41 | // touchThreshold: 5, |
||
42 | // useCSS: true, |
||
43 | // useTransform: true, |
||
44 | // variableWidth: false, |
||
45 | // vertical: false, |
||
46 | // verticalSwiping: false, |
||
47 | // rtl: false, |
||
48 | // waitForAnimate: true, |
||
49 | // zIndex: 1000 |
||
50 | } |
||
51 |