You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: demoProjects/ExamplesComposeMotionLayout/README.md
+20
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@ Sample project that demonstrates various uses of MotionLayout in Compose
3
3
4
4
## Overview
5
5
-----------------------------
6
+
#### MotionLayout to achive a complex Fly In
7
+
*[Code for M1FlyIn](https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesComposeMotionLayout/app/src/main/java/com/example/examplescomposemotionlayout/M1FlyIn.kt)
#### MotionLayout Transitioning between mulitple states
14
+
[Code demonstrating multiple states in MotionLayout](https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesComposeMotionLayout/app/src/main/java/com/example/examplescomposemotionlayout/M3MultState.kt)
0 commit comments