Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timing gap between transitions #4641

Closed
cybertino opened this issue Jan 3, 2017 · 2 comments
Closed

Timing gap between transitions #4641

cybertino opened this issue Jan 3, 2017 · 2 comments

Comments

@cybertino
Copy link

The #4510 is not resolved. Gap still occurs in the repro.

@posva
Copy link
Member

posva commented Jan 4, 2017

It was solved in 2.1.7 but reverted in 2.1.8 because it introduced a breaking change in transitions: As you can see, your example works with 2.1.7: https://jsfiddle.net/posva/m1e7xpov/
You just need to use a different classname to make it work 🙂 : https://jsfiddle.net/posva/8p4nnfsg/ (2.1.8)

You'll find more details in the release notes https://github.com/vuejs/vue/releases/tag/v2.1.8

@posva posva closed this as completed Jan 4, 2017
@cybertino
Copy link
Author

@posva, Got it! Thank you very much for the explanation. Unfortunately, nothing was mentioned about it in the #4510. I believe the documentation will be updated soon as well. Anyway, thanks for fixing this! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants