x-transition name attribute #1707
RubenBimmel
started this conversation in
3. Feature Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vue, transitions automatically apply CSS classes prefixed with the name of the transition. This works great for us because we don't use any CSS framework like Tailwind.
To do something similar in AlpineJS, we now need to write this for every animation:
Suggestion
Add a new attribute that sets all of these classes automatically:
Or even shorter:
Beta Was this translation helpful? Give feedback.
All reactions