-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Transition flickering with 2.1.7 #4576
Comments
2.1.6 without this problem. |
2.1.7 broke 2.1.6 - https://jsfiddle.net/sqal/5bwy3fpw/ Steps to reproduce
You can clearly see that ripple effect in 2.1.7 doesn't behave the same as in 2.1.6. The release notes for 2.1.7 says that |
@yyx990803 Is 89987e8 also supposed to fix my issue? I checked this quickly by editing dist file (vue/dist/vue.runtime.common.js) with your change but same result. |
@sqal ah, sorry, it indeed affects |
@sqal I've reverted it to the old behavior and your use case should work as expected in the next release. |
@yyx990803 Thanks alot for dealing with this issue! |
Related issue was raised by StarpTech in vue-admin yesterday.
Repo example is based on vue-router example...
The workaround is
or
Vue.js version
2.1.7
Reproduction Link
http://codepen.io/anon/pen/RozKBz
Steps to reproduce
Switch the view between Foo and Bar by hitting the
a
links.What is Expected?
Transition works fluently.
What is actually happening?
View flickers during transition.
The text was updated successfully, but these errors were encountered: