Transition with x-for #3834
Borsuk7
started this conversation in
3. Feature Ideas
Replies: 2 comments 1 reply
-
This would be a nice feature. Just playing around with $watch https://codepen.io/James0r/pen/dyaMgWx but yours is more eloquent. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to have a transition on x-for when an element is added and removed (like TransitionGroup in Vue)
I use such a hack for now:
Here is the StackBlitz: https://js-paru51.stackblitz.io https://stackblitz.com/edit/js-paru51?file=index.js
But it would be great if it could work by default like this:
Do you have any ideas on how it can be implemented? I'd be happy to contribute to such an update
Beta Was this translation helpful? Give feedback.
All reactions