Hey! i need your help! maybe someone has the same issue. This is my Compose multiplatform app. This is the iOS one! im using voyager for the navigation. And today i added the:
animation = { module = "org.jetbrains.compose.animation:animation", version.ref = "animation" }
animation-core = { module = "org.jetbrains.compose.animation:animation-core", version.ref = "animation" }
animation = "1.7.0-beta02"
y added those libraries to use the animation when clicking to an image and go to te detail and add animation to that image
SharedTransitionLayout {
AnimatedContent(targetState = selectedNews, transitionSpec = {
before doing this the scroll behavior worked fine, fluid. But after that the scroll in the LazyColumn and LazyRow started to move as rough, stuck. i added a video, you will se that!Let me know if you can think of something. Thanks