-
-
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 enter is not working in a specific (and strange) scenario #6024
Comments
I guess this related to Vue rendering mechanism. If you |
I made a temporary fix by wrapping the content of getPosition with |
I suppose this shouldn't be like that. Did a little digging into it. It's because that accessing I'll try to find a way get it fixed. |
BTW, if you try to get work around it, wrap |
Closing as dup of #5800 |
Version
2.3.0
Reproduction link
http://jsfiddle.net/Lv0w5ybr/
Steps to reproduce
What is expected?
What is actually happening?
The difference between those JSFiddle is just a console.log(this.hPos) at the line 14.
For some reason, mixing this console.log(this.hPos); with the this.hPos = 'left'; makes the class 'animation-enter-to' not be removed and the enter animation not be fired.
I'm sorry If I don't have any additional info, I'm stuck with this error for 8 hours and I can't understand why a console.log could bug the animation.
The text was updated successfully, but these errors were encountered: