-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared Element Transitions in Compose not working with Landscapist Coil #620
Comments
That looks weird. Pokedex-Compose project also uses it with the shared element transition animation but it works as expected 🤔 |
After testing the Pokedex app, the issue persists. The same issue is found in Pokedex-Compose, but it is subtle. Just like this example in my app: Pokedex transition bug example: |
Hey @ErickSorto, do you mean the problem is image flickering? |
Yeah the image flickers using CoilImage but when I use a regular AsynImage it does not flicker. This is how it looks normally: |
Please complete the following information:
Describe the Bug:
The image fades away and then reappears on the next screen instead of a smooth transition.
Expected Behavior:
The image should smoothly transition from one screen to another.
Implementation:
Here is the buggy behavior:
https://github.com/user-attachments/assets/c726721e-7a7b-41ad-a8fc-ce0de6e4ebd8
Another example:
https://github.com/user-attachments/assets/ed602a25-c3cd-4c48-ac69-79cca6b70f16
The text was updated successfully, but these errors were encountered: