).......when I switch from say list 1 to 2 (using bottom bar or nav rail) then then 2nd list starts off at lower point and then moves up after short while. I have pretty much same code (as Android client) running in Wasm based Compose for Web client (can be seen here https://joreilly.github.io/StarWars/) and exhibits same behaviour.
z
Zoltan Demant
05/05/2024, 5:08 AM
Does
Modifier.fillMaxSize
help? Thinking that the content might be center aligned and the animation using some form of sizeTransform to animate between them.
j
John O'Reilly
05/05/2024, 6:17 AM
Yeah, I tried that but it didn't help
z
Zoltan Demant
05/05/2024, 7:31 AM
Gotcha, and same behavior even if you put the modifier directly on both of the LazyColumns?
j
John O'Reilly
05/05/2024, 7:36 AM
ah, good catch, thanks....I didn't have it for those but rather for outer Column.