-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
transition appear has different behavier between 2.x and 3.x #1697
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
Comments
Please, don't create the issue before creating the reproduction. Only open the issue once you have a reproduction ready and published |
@posva sorry i've missing 2.x code, i'd pushed. |
@posva do i need to submit a new issue? |
if you open an issue provide a reproduction. This issue's reproduction points to a 404 |
Make sure the repo is not private! |
make sure you also read the new docs: |
May I ask a question here? |
I hate to comment on an older issue, especially one that is already closed. I came across this issue when searching for "vue teleport with transition". I didn't find many results or answers; I wanted to leave my solution here in case anyone else came across this. For my use-case, I wanted to show an alert to the user that would be triggered by the parent and would hide itself after a set timeout.
The important piece here was using the It seems pretty obvious now that it is set up, but I had some trouble getting it to work initially. |
Version
3.0.0-rc.4
Reproduction link
https://github.com/yoyoys/vue-next-transition-bug
Steps to reproduce
2.x repo:
https://github.com/yoyoys/vue-transition-sample
with
appear
option, the transition will keep leave animation, but 3.x missing this feature.What is expected?
both div and component got same transition
What is actually happening?
the component's leave animation gone.
The text was updated successfully, but these errors were encountered: