Update sequential-entrance.vue
This commit is contained in:
parent
7207663f37
commit
083095ded6
|
@ -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 New Issue