@Doris Liu I put this in a column and it ended up changing the position of it's sibling composables when it's expanded
d
Doris Liu
12/06/2020, 8:51 PM
Could you share you code? The
AnimatedVisibilty
by default uses horizontal/vertical expand/shrink depending on whether it's put in a row or a column. You may need to overwrite the default by providing
enter = expandHorizontally(), exit = srhinkHorizontally