Skip to content

Commit

Permalink
Update documentation/ui/transitions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Vivo <[email protected]>
  • Loading branch information
KovalevAndrey and manuelvicnt authored May 7, 2024
1 parent 5131031 commit e9e5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/ui/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Using the provided [Child-related composables](children-view.md) you'll see no t

To support shared element transition between two Child Nodes you need:

1. Use sharedElementModifier with the same key on the composable you want to connect.
1. Use the `sharedElement` Modifier with the same key on the composable you want to connect.
2. On the `Children` composable, set `withSharedElementTransition` to true and use either fader or
no transition handler at all. Using a slider will make the shared element slide away with the
rest of of the content.
Expand Down

0 comments on commit e9e5b4f

Please sign in to comment.