🎨
This commit is contained in:
parent
20a943b193
commit
40efa90dd5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue