-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
leave-to
class is not removed when transition ends when using v-show
and being immediately canceled
#4462
Comments
leave-to
class is not removed when transition ends when using v-show
leave-to
class is not removed when transition ends when using v-show
leave-to
class is not removed when transition ends when using v-show
and being immediately canceled
How does this happen in a real scenario? Setting the show to false right after exactly one tick of setting it to true seems quite strange. Using more than a tick to set the value properly cancels the animation |
leave-to
class is not removed when transition ends when using v-show
and being immediately canceledv-show
and being immediately canceled
v-show
and being immediately canceledleave-to
class is not removed when transition ends when using v-show
and being immediately canceled
https://2x.antdv.com/components/slider/#components-slider-demo-basic |
Which the tooltip should not hide when you keep clicking /moving on other points. |
It doesn’t matter, whether it’s hidden or not, it’s reasonable. I’m just giving a scenario |
I have the same problem where the mutation of the property that is being used for the visibility state happens through a WebSocket message. |
Version
3.2.6
Reproduction link
sfc.vuejs.org/
Steps to reproduce
1、use v-show
2、dynamic set show true/false
3、when leaveCancel hook called. leave-to class cannot remove
What is expected?
The element should cancel the animation and stay visible
What is actually happening?
The element disappears and stays hidden
The text was updated successfully, but these errors were encountered: