Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 950b3fc

Browse files
authored
Update README.md
1 parent f6a8451 commit 950b3fc

File tree

1 file changed

+20
-0
lines changed
  • demoProjects/ExamplesComposeMotionLayout

1 file changed

+20
-0
lines changed

demoProjects/ExamplesComposeMotionLayout/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ Sample project that demonstrates various uses of MotionLayout in Compose
33

44
## Overview
55
-----------------------------
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)
8+
9+
10+
https://user-images.githubusercontent.com/15019413/235739332-731b1dc4-bc63-4247-ac18-966fc50081b7.mp4
11+
12+
13+
#### 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)
15+
16+
17+
https://user-images.githubusercontent.com/15019413/235739796-33d701bd-197f-4051-85de-17a545d0ea70.mp4
18+
19+
20+
#### MotionLayout simple colapasing toolbar
21+
[Code demoing a simple colapasing toolbar](https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesComposeMotionLayout/app/src/main/java/com/example/examplescomposemotionlayout/M2DragReveal.kt)
22+
23+
24+
https://user-images.githubusercontent.com/15019413/235739753-d22c322a-85ca-4932-ae2b-ab73942bcde6.mp4
25+
626

727
#### MotionLayout as a Collapsing toolbar for a Column
828

0 commit comments

Comments
 (0)