@@ -17,16 +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 )
21
- - [ Layout > Fade through] ( app/src/main/java/com/example/android/motion/demo/fadethrough )
22
- - [ Layout > FAB transformation] ( app/src/main/java/com/example/android/motion/demo/fabtransformation )
23
- - [ List > Reorder] ( app/src/main/java/com/example/android/motion/demo/reorder )
24
- - [ List > Stagger] ( app/src/main/java/com/example/android/motion/demo/stagger )
25
- - [ List > Oscillation] ( app/src/main/java/com/example/android/motion/demo/oscillation )
26
- - [ Navigation > Shared element] ( app/src/main/java/com/example/android/motion/demo/sharedelement )
27
- - [ Navigation > Fade through] ( app/src/main/java/com/example/android/motion/demo/navfadethrough )
28
-
29
- Screenshots
30
- -----------
31
-
32
- <img src =" screenshots/main.png " height =" 400 " alt =" Screenshot " />
20
+ ### [ Layout > Dissolve] ( app/src/main/java/com/example/android/motion/demo/dissolve )
21
+
22
+ <img src =" screenshots/dissolve.gif " height =" 400 " alt =" dissolve " />
23
+
24
+ ### [ Layout > Fade through] ( app/src/main/java/com/example/android/motion/demo/fadethrough )
25
+
26
+ <img src =" screenshots/fadethrough.gif " height =" 400 " alt =" fadethrough " />
27
+
28
+ ### [ Layout > FAB transformation] ( app/src/main/java/com/example/android/motion/demo/fabtransformation )
29
+
30
+ <img src =" screenshots/fabtransformation.gif " height =" 400 " alt =" fab " />
31
+
32
+ ### [ List > Reorder] ( app/src/main/java/com/example/android/motion/demo/reorder )
33
+
34
+ <img src =" screenshots/reordering.gif " height =" 400 " alt =" reorder " />
35
+
36
+ ### [ List > Stagger] ( app/src/main/java/com/example/android/motion/demo/stagger )
37
+
38
+ <img src =" screenshots/stagger.gif " height =" 400 " alt =" stagger " />
39
+
40
+ ### [ List > Oscillation] ( app/src/main/java/com/example/android/motion/demo/oscillation )
41
+
42
+ <img src =" screenshots/oscillation.gif " height =" 400 " alt =" oscillation " />
43
+
44
+ ### [ Navigation > Shared element] ( app/src/main/java/com/example/android/motion/demo/sharedelement )
45
+
46
+ <img src =" screenshots/sharedelement.gif " height =" 400 " alt =" sharedelement " />
47
+
48
+ ### [ Navigation > Fade through] ( app/src/main/java/com/example/android/motion/demo/navfadethrough )
49
+
50
+ <img src =" screenshots/navigationfadethrough.gif " height =" 400 " alt =" navfadethrough " />
0 commit comments