@@ -17,26 +17,34 @@ various animation APIs on Android.
17
17
All the source codes for demos are in the [ demo] ( app/src/main/java/com/example/android/motion/demo )
18
18
package.
19
19
20
- - [ Layout > Dissolve] ( app/src/main/java/com/example/android/motion/demo/dissolve )
20
+ ### [ Layout > Dissolve] ( app/src/main/java/com/example/android/motion/demo/dissolve )
21
+
21
22
<img src =" screenshots/dissolve.gif " height =" 400 " alt =" dissolve " />
22
23
23
- - [ Layout > Fade through] ( app/src/main/java/com/example/android/motion/demo/fadethrough )
24
+ ### [ Layout > Fade through] ( app/src/main/java/com/example/android/motion/demo/fadethrough )
25
+
24
26
<img src =" screenshots/fadethrough.gif " height =" 400 " alt =" fadethrough " />
25
27
26
- - [ Layout > FAB transformation] ( app/src/main/java/com/example/android/motion/demo/fabtransformation )
28
+ ### [ Layout > FAB transformation] ( app/src/main/java/com/example/android/motion/demo/fabtransformation )
29
+
27
30
<img src =" screenshots/fabtransformation.gif " height =" 400 " alt =" fab " />
28
31
29
- - [ List > Reorder] ( app/src/main/java/com/example/android/motion/demo/reorder )
32
+ ### [ List > Reorder] ( app/src/main/java/com/example/android/motion/demo/reorder )
33
+
30
34
<img src =" screenshots/reordering.gif " height =" 400 " alt =" reorder " />
31
35
32
- - [ List > Stagger] ( app/src/main/java/com/example/android/motion/demo/stagger )
36
+ ### [ List > Stagger] ( app/src/main/java/com/example/android/motion/demo/stagger )
37
+
33
38
<img src =" screenshots/stagger.gif " height =" 400 " alt =" stagger " />
34
39
35
- - [ List > Oscillation] ( app/src/main/java/com/example/android/motion/demo/oscillation )
40
+ ### [ List > Oscillation] ( app/src/main/java/com/example/android/motion/demo/oscillation )
41
+
36
42
<img src =" screenshots/oscillation.gif " height =" 400 " alt =" oscillation " />
37
43
38
- - [ Navigation > Shared element] ( app/src/main/java/com/example/android/motion/demo/sharedelement )
44
+ ### [ Navigation > Shared element] ( app/src/main/java/com/example/android/motion/demo/sharedelement )
45
+
39
46
<img src =" screenshots/sharedelement.gif " height =" 400 " alt =" sharedelement " />
40
47
41
- - [ Navigation > Fade through] ( app/src/main/java/com/example/android/motion/demo/navfadethrough )
48
+ ### [ Navigation > Fade through] ( app/src/main/java/com/example/android/motion/demo/navfadethrough )
49
+
42
50
<img src =" screenshots/navigationfadethrough.gif " height =" 400 " alt =" navfadethrough " />
0 commit comments