Why can't we use modal with transition ? #258
Unanswered
hieunguyentrung
asked this question in
Q&A
Replies: 2 comments
-
similar question for slideover. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think that will work, because the slider and modal components use the dialog tag. In this library, transitions work by showing and hiding a div. Dialogs don't work that way. The |
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.
-
tailwindcss-stimulus-components/src/modal.js
Line 23 in 08e5776
Hello,
First, thank you for your hard work.
I'm implementing the modal and found out that it doesn't support transition.
I really want to use transition or something like that to improve UI/UX.
Please help me understand why the transition is not working and is there any way we can do it.
I am looking for an implementation to be able to use the below settings. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions