Skip to content
Snippets Groups Projects
Commit 083095de authored by syuilo's avatar syuilo
Browse files

Update sequential-entrance.vue

parent 7207663f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment