pswp: readjust easing

pull/245/head
Varun Patil 2022-11-23 11:00:34 -08:00
parent f7e171f884
commit dbb5e479a0
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ export default class Viewer extends Mixins(GlobalMixin) {
appendToEl: this.$refs.inner as HTMLElement, appendToEl: this.$refs.inner as HTMLElement,
preload: [2, 2], preload: [2, 2],
easing: "cubic-bezier(.22,.51,.48,1.01)", easing: "cubic-bezier(.49,.85,.55,1)",
showHideAnimationType: "zoom", showHideAnimationType: "zoom",
showAnimationDuration: 250, showAnimationDuration: 250,
hideAnimationDuration: 250, hideAnimationDuration: 250,