With `LookaheadScope` is there a way to animate a ...
# compose
b
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.