https://kotlinlang.org logo
#compose
Title
# compose
b

brandonmcansh

11/15/2023, 10:39 PM
With
LookaheadScope
is there a way to animate a container that has changed contents based on the targetState? e.g render a search bar for A, but something else for B - contained in the existing Container of the shared element?
or must the entire node be shared
Was able to get it work.
2 Views