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 aeb4eb5 commit 695b88c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/ui/transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ class ParentNode(
navModel = backStack,
// or no transitionHandler at all. Using a slider will make the shared element slide away
// with the rest of of the content.
transitionHandler = rememberBackStackFader()
transitionHandler = rememberBackStackFader(),
withSharedElementTransition = true
)
}
}
Expand Down

0 comments on commit 695b88c

Please sign in to comment.