mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-27 04:17:51 -07:00
Update sequential-entrance.vue
This commit is contained in:
parent
c274caa2e5
commit
e4ba1d870c
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ export default Vue.extend({
|
||||||
this.$options.i++;
|
this.$options.i++;
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
el.style.transition = '';
|
el.style.transition = null;
|
||||||
|
el.style.transform = null;
|
||||||
|
el.style.opacity = null;
|
||||||
this.$options.i--;
|
this.$options.i--;
|
||||||
}, delay + 710);
|
}, delay + 710);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue