Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:22
Show Gist options
  • Save cp-radhika-s/8f4ad61a307db3a8b8c81f38751265d6 to your computer and use it in GitHub Desktop.
Save cp-radhika-s/8f4ad61a307db3a8b8c81f38751265d6 to your computer and use it in GitHub Desktop.
val motionState = rememberMotionLayoutState()
MotionLayout(
motionScene = /* our motion scene json */,
motionLayoutState = motionState,
modifier = Modifier
.fillMaxSize()
.background(LightGray)
) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment