This commit is contained in:
syuilo 2018-11-14 20:21:35 +09:00
parent 20a943b193
commit 40efa90dd5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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()
});
},