We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52576e commit f39c6fdCopy full SHA for f39c6fd
.gitignore
@@ -6,6 +6,7 @@
6
/tmp/*
7
/vendor/*
8
/webroot/css/cake.css
9
+/webroot/js/app.js
10
11
# OS generated files #
12
######################
resources/js/app.js
@@ -33,11 +33,11 @@ const initializeFeaturedPackagesSlider = () => {
33
slidesPerView: 1,
34
spaceBetween: 24,
35
grabCursor: true,
36
- // autoplay: {
37
- // delay: 4000,
38
- // disableOnInteraction: false,
39
- // pauseOnMouseEnter: true,
40
- // },
+ autoplay: {
+ delay: 4000,
+ disableOnInteraction: false,
+ pauseOnMouseEnter: true,
+ },
41
navigation: {
42
nextEl: '[data-featured-packages-next]',
43
prevEl: '[data-featured-packages-prev]',
webroot/js/app.js
0 commit comments