Eduardo Ruesta
09/12/2024, 3:24 AManimation = { 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. ThanksAndrei Salavei
09/12/2024, 8:01 AMJacob Ras
09/12/2024, 8:58 AMEduardo Ruesta
09/12/2024, 1:03 PMAndrei Salavei
09/12/2024, 1:06 PMEduardo Ruesta
09/12/2024, 1:07 PManimation = { module = "org.jetbrains.compose.animation:animation", version.ref = "animation" }
animation-core = { module = "org.jetbrains.compose.animation:animation-core", version.ref = "animation" }
ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "ui" }
and the plugin:
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
should i have all of them with the same version?Andrei Salavei
09/12/2024, 1:14 PMEduardo Ruesta
09/12/2024, 1:34 PM