Increasing pretransition time.

This commit is contained in:
Sergiotarxz 2023-11-29 17:01:45 +01:00
parent 71b5ff1aa9
commit 795cd8f193
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ export default class CarouselAd {
this.isLockedSwipe = false this.isLockedSwipe = false
}, 1000) }, 1000)
} }
}, 10) }, 200)
this.timeoutNumber = window.setTimeout(() => { this.timeoutNumber = window.setTimeout(() => {
this.loadOneAd() this.loadOneAd()
}, this.ad.seconds * 1000) }, this.ad.seconds * 1000)

File diff suppressed because one or more lines are too long