Issue with x-show Ignoring x-transition.delay and Displaying Immediately #4432
desvu
started this conversation in
3. Feature Ideas
Replies: 1 comment 10 replies
-
This behavior is how actual css would mostly make it work. You have to have it show otherwise you can't do the transtion. You can solve the container thing in smarter ways like having them in a single cell grid. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that x-show removes display: none as soon as the show variable is set to true, ignoring x-transition.delay. Why not add a delay before displaying the element if a delay is specified? This would at least help resolve issues when two toggled elements share a common container.
Beta Was this translation helpful? Give feedback.
All reactions