Skip to content

The callback "done" doesn't work correctly in transition. #8703

@IPospelova

Description

@IPospelova

Version

2.5.17

Reproduction link

https://codepen.io/anon/pen/WgQpNd

Steps to reproduce

  1. 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)
  2. 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?

  1. The animation is overlay of each other.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions