source:
public/assets/js/examples/pages/projects-dashboard.js@
ec7b69d
Last change on this file since ec7b69d was 194a359, checked in by , 3 years ago | |
---|---|
|
|
File size: 202 bytes |
Rev | Line | |
---|---|---|
[194a359] | 1 | $(function () { |
2 | $('.slick-js').slick({ | |
3 | speed: 500, | |
4 | arrows: false, | |
5 | slidesToShow: 1, | |
6 | slidesToScroll: 1, | |
7 | autoplay: true, | |
8 | autoplaySpeed: 2000 | |
9 | }); | |
10 | }); |
Note:
See TracBrowser
for help on using the repository browser.