summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-14 20:21:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-14 20:21:35 +0900
commit40efa90dd5f2544b9497d60a6477f16a6bcc3f23 (patch)
treea206bbcc6f9fe1cfd8404aa132aef8ae4ac6e617 /src/client
parent:art: (diff)
downloadsharkey-40efa90dd5f2544b9497d60a6477f16a6bcc3f23.tar.gz
sharkey-40efa90dd5f2544b9497d60a6477f16a6bcc3f23.tar.bz2
sharkey-40efa90dd5f2544b9497d60a6477f16a6bcc3f23.zip
:art:
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()
});
},