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

Commit 29e7509

Browse files
authored
Merge pull request #31 from android/caren/motion_gifs
Add gifs for motion animations
2 parents c6d3597 + 4832d84 commit 29e7509

File tree

10 files changed

+31
-13
lines changed

10 files changed

+31
-13
lines changed

Motion/README.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,34 @@ various animation APIs on Android.
1717
All the source codes for demos are in the [demo](app/src/main/java/com/example/android/motion/demo)
1818
package.
1919

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"/>

Motion/screenshots/dissolve.gif

2.74 MB
Loading
805 KB
Loading

Motion/screenshots/fadethrough.gif

894 KB
Loading

Motion/screenshots/main.png

-144 KB
Binary file not shown.
3.13 MB
Loading

Motion/screenshots/oscillation.gif

3.32 MB
Loading

Motion/screenshots/reordering.gif

10 MB
Loading

Motion/screenshots/sharedelement.gif

6.64 MB
Loading

Motion/screenshots/stagger.gif

1.33 MB
Loading

0 commit comments

Comments
 (0)