Reputation: 1164
I followed the documentation for implementing Container Transform Transitions between 2 different activities (https://m3.material.io/libraries/mdc-android/motion#container-transform).
The problem is when I am using elevation in my Card in let's say Activity A (MainActivity in my case), then just after returning back from Activity B (Wallpaper in my case) doing the same transition backwards, the specific card's shadow blinks.
It's only noticeable when I am using the elevation.
Related Code: https://github.com/Sujal1245/WALLisWALL-Wallpaper-App
Example: https://youtu.be/fiMzAIcP23o
Upvotes: 1
Views: 345