Created
September 8, 2022 17:22
-
-
Save cp-radhika-s/8f4ad61a307db3a8b8c81f38751265d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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