From dbb5e479a0d41b91b96fa05147f4dff27c63d0e7 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 23 Nov 2022 11:00:34 -0800 Subject: [PATCH] pswp: readjust easing --- src/components/Viewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Viewer.vue b/src/components/Viewer.vue index 992667e2..3d2360da 100644 --- a/src/components/Viewer.vue +++ b/src/components/Viewer.vue @@ -306,7 +306,7 @@ export default class Viewer extends Mixins(GlobalMixin) { appendToEl: this.$refs.inner as HTMLElement, preload: [2, 2], - easing: "cubic-bezier(.22,.51,.48,1.01)", + easing: "cubic-bezier(.49,.85,.55,1)", showHideAnimationType: "zoom", showAnimationDuration: 250, hideAnimationDuration: 250,