You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
...I just needed someone to complain to. I was following your example and trying to create a proof-of-concept with assets from my app, but nothing worked. The shared element transition just wasn't happening.
Turns out you need at least 2 elements on the previousFragment. The nextFragment can have just 1 element. If the previousFragment has only 1, nothing happens. Once you add a second, it magically works :mindblown:
...I just needed someone to complain to. I was following your example and trying to create a proof-of-concept with assets from my app, but nothing worked. The shared element transition just wasn't happening.
Turns out you need at least 2 elements on the previousFragment. The nextFragment can have just 1 element. If the previousFragment has only 1, nothing happens. Once you add a second, it magically works :mindblown: