compose-shared-element icon indicating copy to clipboard operation
compose-shared-element copied to clipboard

Experiment with SharedElement transition in Jetpack Compose, inspired by Flutter Hero widget.

Results 7 compose-shared-element issues
Sort by recently updated
recently updated
newest added

I don't see any updates recently.

It's not that visible on the gif, you can only see it when going back from Irene. When going from `UsersListScreen` to `UserDetailsScreen` everything works fine. The sequence is as...

This is very cool. Do you have any plans on updating this solution for the alpha version?

The types names may be a bit misleading, because they can be used interchangeably. It doesn't matter if first one if `FROM` or `TO`. They are only used to detect...

Causes issues in the following scenario: 1. On first screen there is an AdapterList component with `FROM` element. 2. User navigates to next screen, that has no `SharedElement`. 3. User...

Things like propkeys doesn't exists now.