Support Transition prop "disableIn" and "disableOut"; or some way to skip LeaveFrom
#1921
mcgrealife
started this conversation in
Ideas
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Why:
LeaveFrom
always executes, even iftransition-none
– "flashing" an empty dialog frame some milliseconds.My use:
enter
andleave
props, to settransition-none
ortransition-all
.leaveFrom
class. So for a millisecond, a frame is shown with an empty dialog.Current workaround:
leaveFrom
, so that leaveFrom uses the same class as leaveTo.Preferred solution:
disableIn
ordisableOut
prop that could skip the leaveFromBeta Was this translation helpful? Give feedback.
All reactions