New-UDTransition mountOnEnter/unmountOnExit

Product: PowerShell Universal
Version: 5.3.2

@adam
I’m working with a few transition boundaries within a card within a modal, and the sizing of the modal reveals ALL of the contents of the transition boundaries shown within the flex container (they are not shown, but the space is reserved for them and when transitioning they move to their “reserved” space instead). When poking through the MUI translation layer I came across these properties for the New-UDTransition:


Are the unmountOnExit and mountOnEnter props baked in lower than this layer? If not, unless there’s a particular reason why, I’ll open a GH FR. If they are, then I’m just stupid and don’t understand MUI documentation which is fine too.

Thanks!

We aren’t splatting the parameters for this so we would need to update the cmdlet\javascript to support this so feel free to open an issue.

Opened GH#4449!