How to not have transition set to display: none; if show
is set to false
#2056
Unanswered
lifeiscontent
asked this question in
Help
Replies: 0 comments
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.
-
Hi, maybe I'm wrong here, but I'd assume a Transition doesn't always need to mean show/hide, in fact it's more in/out but it appears the Transition component isn't coded with this kind of mindset, and it seems there currently is no way to not have the
out
transition setdisplay: none;
on the component. I just want to transition from one point to another on the screen.Beta Was this translation helpful? Give feedback.
All reactions