Replies: 3 comments
-
I think you need to use some creative CSS positioning to achieve what you want. Or maybe someone has figured out a good solution already. Alpine doesn't have an in-out transition type like Vue does. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm seeing this as well @djglxxii and I setup a comparison of V2's behavior to V3 in some GIFs that hopefully help demonstrate this! #1561 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's the fix: #1566 Will be in next release. Thanks! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
How can I make my Alpine transitions not jump when elements are removed then added?
Here is a code pen example of what I'm experiencing:
https://codepen.io/djglxxii-the-sasster/pen/dyNWjwZ
Notice how when you go from selection to selection, the elements fade out/in as expected but abruptly move up to fill the gap left by the removed elements.
Beta Was this translation helpful? Give feedback.
All reactions