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

Transitions trigger too often - currently using 2.0.0-beta7 #3395

Closed
JochenHoertreiter opened this issue Aug 6, 2016 · 1 comment
Closed

Comments

@JochenHoertreiter
Copy link

JochenHoertreiter commented Aug 6, 2016

Looking at this jsFiddle
you will see a <transition> around a simple div that should fade in/out when you click on 'Show'/'Hide'
That works correctly!
But changing the divs class from 'red' to 'black' also let the transition trigger.

Same thing happens if you have nested v-show elements in the transition div.
Clicking on 'Nested element show'/'hide' triggers the transition.
See that example in this jsFiddle

Same thing happens when an inner elements class is changing like in the first fiddle.
By changing the inner elements color class the whole divs transition activates.
See that one in this jsFiddle

@prog-rajkamal
Copy link

Please ensure that jsfiddle link is working.

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

3 participants