-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
How do you animate on leave/exit? #142
Comments
I'm sorry but I can't get the leave variant to work with the demo .... |
Same here. Can't get any form of I have found other examples but this is the only one using composition API https://codesandbox.io/s/vueuse-motion-playground-forked-61xpz?file=/src/components/Modal.vue:122-176 - I have replicated this but in a Nuxt 3 project, is there anything else required on top of the above example to get |
Also been having issues trying to get it to work and what I have isn't perfect but it's just some observations I have.
|
I can't get @Leave to work either.. |
Couldn't find it either, I expected it to work with I tried to replicate the demo and apply the animation manually, but without success. Somehow I get the same result: only the enter animation works. I guess I'm switching back to https://github.com/oku-ui/motion though it's not as well maintained as this one, it does have working and easy to apply leave animations. |
I don't see any mentions in the documentation. Is this possible to do?
The text was updated successfully, but these errors were encountered: