-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.5.17
Reproduction link
https://codepen.io/anon/pen/WgQpNd
Steps to reproduce
- The callback done doesn't work. When click on step, the animation on the next step, start before animation end on previous step.(check the link https://codepen.io/anon/pen/WgQpNd)
- Why after click on step and animation end of the first step, it still visible on the screen (v-if="step === 1", but data step changed to value 2)
What is expected?
I expected, when you click on step is to see animation step by step, becouse i use callback done. (animation on step 2 start after animaiton on step 1 is completly)
What is actually happening?
- The animation is overlay of each other.
- After animation end, and data for v-if changed elements still visible on the screen
Please tell me this is a bug, or am I do something doing wrong :)
Metadata
Metadata
Assignees
Labels
No labels