summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/alert.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/alert.vue b/src/client/app/common/views/components/alert.vue
index bb76ac45e2..067f0554d2 100644
--- a/src/client/app/common/views/components/alert.vue
+++ b/src/client/app/common/views/components/alert.vue
@@ -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()
});
},