viewer: adjust transition speed

pull/245/head
Varun Patil 2022-11-23 02:48:28 -08:00
parent 0627bf2789
commit 29dfb834de
1 changed files with 6 additions and 0 deletions

View File

@ -304,6 +304,12 @@ export default class Viewer extends Mixins(GlobalMixin) {
bgOpacity: 1, bgOpacity: 1,
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)",
showHideAnimationType: "zoom",
showAnimationDuration: 250,
hideAnimationDuration: 250,
closeTitle: this.t("memories", "Close"), closeTitle: this.t("memories", "Close"),
arrowPrevTitle: this.t("memories", "Previous"), arrowPrevTitle: this.t("memories", "Previous"),
arrowNextTitle: this.t("memories", "Next"), arrowNextTitle: this.t("memories", "Next"),