refactor: 💫 tweak photoswipe animation speed

This commit is contained in:
Syuilo 2023-07-06 00:20:48 -07:00 committed by ThatOneCalculator
parent 3e15666089
commit 96f740477b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ onMounted(() => {
imageClickAction: "close",
tapAction: "toggle-controls",
preloadFirstSlide: false,
showAnimationDuration: 100,
hideAnimationDuration: 100,
pswpModule: PhotoSwipe,
});