This commit is contained in:
syuilo 2018-11-14 20:21:35 +09:00
parent 7ab1265f97
commit 2dcffd7146

View file

@ -101,7 +101,7 @@ export default Vue.extend({
opacity: 0,
scale: 0.8,
duration: 300,
easing: [ 0.5, -0.5, 1, 0.5 ],
easing: [0, 0.5, 0.5, 1],
complete: () => this.destroyDom()
});
},