Skip to content

Commit e9baef1

Browse files
authored
readme update
1 parent c688725 commit e9baef1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1-
# MotionLayoutExamples
1+
## MotionLayoutExamples
22
[![Awesome](https://img.shields.io/badge/status-under%20development-green.svg)](https://github.com/mtcn/MotionLayoutExamples)
3+
[![Awesome](https://img.shields.io/badge/API-18%2B-green.svg)](https://github.com/mtcn/MotionLayoutExamples)
4+
5+
This is a sample app demonstrating UX/UI animation using MotionLayout.
36

47
Demos
58
======================
69
Name | Demo
710
--- | ---
811
Basic Collapsing Toolbar| <img src="/demos/basic_collapsing_toolbar_demo.gif" width="40%"> |
912
Collapsing Toolbar with Text Interpolation | <img src="/demos/collapsing_toolbar_w_text_interpolation_demo.gif" width="40%"> |
10-
Collapsing Toolbar with Cover Image | <img src="/demos/collapsing_toolbar_w_cover_demo.gif" width="40%">
13+
Collapsing Toolbar with Cover Image | <img src="/demos/collapsing_toolbar_w_cover_demo.gif" width="40%"> |
14+
Complex Animation Example | <img src="/demos/complex_animation_example.gif" width="40%">
15+
16+
17+
## Resources
18+
- [Introduction to MotionLayout](https://medium.com/google-developers/introduction-to-motionlayout-part-i-29208674b10d)
19+
- [MotionLayout Offical docs](https://developer.android.com/reference/android/support/constraint/motion/MotionLayout)
20+
21+
## How to contribute?
22+
* Check out contribution guidelines 👉[CONTRIBUTING.md](https://github.com/mtcn/MotionLayoutExamples/blob/master/CONTRIBUTING.md)
23+
24+
25+
## License
26+
Copyright 2018 Metecan Duyal
27+
28+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
29+
30+
http://www.apache.org/licenses/LICENSE-2.0
31+
32+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)