From 0137af892ad277936c292bea54b4f2cb002c2fd7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 6 Jul 2023 16:18:06 +0900 Subject: [PATCH] chore(frontend): tweak photoswipe animation Resolve #11117 --- packages/frontend/src/components/MkMediaList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend/src/components/MkMediaList.vue b/packages/frontend/src/components/MkMediaList.vue index a0a245005..34f59c557 100644 --- a/packages/frontend/src/components/MkMediaList.vue +++ b/packages/frontend/src/components/MkMediaList.vue @@ -115,6 +115,8 @@ onMounted(() => { imageClickAction: 'close', tapAction: 'toggle-controls', bgOpacity: 1, + showAnimationDuration: 100, + hideAnimationDuration: 100, pswpModule: PhotoSwipe, });