summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-12 03:31:20 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-12 03:31:20 +0900
commit083095ded65d1b21cfcccbd61d6df123bcce54ba (patch)
tree7366162132ef368af258e6afd250606b36c3625d /src/client
parent:art: (diff)
downloadsharkey-083095ded65d1b21cfcccbd61d6df123bcce54ba.tar.gz
sharkey-083095ded65d1b21cfcccbd61d6df123bcce54ba.tar.bz2
sharkey-083095ded65d1b21cfcccbd61d6df123bcce54ba.zip
Update sequential-entrance.vue
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/sequential-entrance.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/components/sequential-entrance.vue b/src/client/components/sequential-entrance.vue
index c909b51727..3c4b42bfc9 100644
--- a/src/client/components/sequential-entrance.vue
+++ b/src/client/components/sequential-entrance.vue
@@ -49,7 +49,9 @@ export default Vue.extend({
this.$options.i++;
setTimeout(() => {
- el.style.transition = '';
+ el.style.transition = null;
+ el.style.transform = null;
+ el.style.opacity = null;
this.$options.i--;
}, delay + 710);
},