Make backdrop screensaver interval configurable

This commit is contained in:
newo-2001
2023-08-12 15:43:47 +02:00
parent bb12bb94b7
commit 71abbf05f4
6 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ export default function (options) {
minRatio: 1,
toggle: true
},
autoplay: !swiperOptions.interactive || !!swiperOptions.autoplay,
autoplay: swiperOptions.autoplay ?? !swiperOptions.interactive,
keyboard: {
enabled: true
},