Skip to content

Instantly share code, notes, and snippets.

@itsSiddharthGupta
Last active March 27, 2025 18:04
Show Gist options
  • Save itsSiddharthGupta/325d0eb1452e04c97ae129fd03aa0909 to your computer and use it in GitHub Desktop.
Save itsSiddharthGupta/325d0eb1452e04c97ae129fd03aa0909 to your computer and use it in GitHub Desktop.
fun Modifier.trackVisibility(
thresholdPercentage: Float = 0.5f,
onVisibilityChanged: (VisibilityInfo) -> Unit,
): Modifier = this then VisibilityTrackerElement(thresholdPercentage, onVisibilityChanged)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment