Is there ayway to animate an `ExtendedFloatingAct...
# compose
r
Is there ayway to animate an
ExtendedFloatingActionButton
into a
FloatingActionButton
?
d
You could consider something like this.
r
@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
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
to the
AnimatedVisibility