Skip to content

Instantly share code, notes, and snippets.

@fvilarino
Last active April 21, 2024 19:28
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/ea4c71949af3e571d43cd24c18ca65b6 to your computer and use it in GitHub Desktop.
Save fvilarino/ea4c71949af3e571d43cd24c18ca65b6 to your computer and use it in GitHub Desktop.
Shared Elem - Skip Ahead
LoremIpsum(
modifier = Modifier
.fillMaxWidth()
.sharedElement(
rememberSharedContentState(
key = "text-$url"
),
animatedVisibilityScope,
)
.skipToLookaheadSize(),
maxLines = 3,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment