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:
LeaveFromalways executes, even iftransition-none– "flashing" an empty dialog frame some milliseconds.My use:
enterandleaveprops, to settransition-noneortransition-all.leaveFromclass. 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:
disableInordisableOutprop that could skip the leaveFromBeta Was this translation helpful? Give feedback.
All reactions