Skip to content

Instantly share code, notes, and snippets.

@fvilarino
Created April 21, 2024 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fvilarino/3ac97f85df08a839cdad42e2bacad441 to your computer and use it in GitHub Desktop.
Save fvilarino/3ac97f85df08a839cdad42e2bacad441 to your computer and use it in GitHub Desktop.
Shared Elem - Shared Bounds
LoremIpsum(
modifier = Modifier
.fillMaxWidth()
.sharedBounds(
rememberSharedContentState(
key = "text-$url"
),
animatedVisibilityScope,
),
maxLines = 3,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment