Relative Content

Tag Archive for androidandroid-jetpack-composeshared-element-transitioncoilandroid-compose-image

Coil lagging in Jetpack Compose Shared Element Transition

i am trying to perform shared element transition between lazyVerticalGrid and horizontalPager sharing asyncImage composable, initially it takes time for horizontalPager to load image so transition doesn’t happen, but once it loads the image, transition for that image happens smoothly.