https://github.com/vipulshah2010/motionlayoutdemos
AppDevCon MotionLayout workshop
https://github.com/vipulshah2010/motionlayoutdemos
android animation demos kotlin-android motion-layout
Last synced: 8 months ago
JSON representation
AppDevCon MotionLayout workshop
- Host: GitHub
- URL: https://github.com/vipulshah2010/motionlayoutdemos
- Owner: vipulshah2010
- Created: 2019-03-09T21:14:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T13:56:46.000Z (almost 6 years ago)
- Last Synced: 2025-06-14T20:14:58.154Z (12 months ago)
- Topics: android, animation, demos, kotlin-android, motion-layout
- Language: Kotlin
- Homepage:
- Size: 63 MB
- Stars: 26
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Motion Layout Demos
This repository contains collection of demos which I presented during AppDevCon'19 [Motion Layout workshop](https://appdevcon.nl/session/animating-apps-using-motionlayout)
## Library and Frameworks
- Minimum SDK level 21
- [Kotlin](https://kotlinlang.org/) based.
- Motion Layout - 2.0.0-beta8
- Android Studio - 4.2 Canary 7
- Gradle - 4.2.0-alpha07 & Wrapper - gradle-6.5-all
## Collections of different Animations present in this repository.
| Title | GIF | Layout | MotionScene |
| :----: | :----: | :----: | :----: |
| Basic Animation |
| [Layout](app/src/main/res/layout/animation1_basic.xml) | [MotionScene](app/src/main/res/xml/animation1_basic_desc.xml) |
| Custom Attributes |
| [Layout](app/src/main/res/layout/animation2_custom_attributes.xml) | [MotionScene](app/src/main/res/xml/animation2_custom_attributes_desc.xml) |
| Key Attributes |
| [Layout](app/src/main/res/layout/animation3_key_attributes.xml) | [MotionScene](app/src/main/res/xml/animation3_key_attributes_desc.xml) |
| Photo Manipulation |
| [Layout](app/src/main/res/layout/animation4_photo_manipulation.xml) | [MotionScene](app/src/main/res/xml/animation4_photo_manipulation_desc.xml) |
| Carousel Animation |
| [Layout](app/src/main/res/layout/animation5_carousel.xml) | [MotionScene](app/src/main/res/xml/animation5_carousel_desc.xml) |
| Complex Carousel Animation |
| [Layout](app/src/main/res/layout/animation5_carousel.xml) | [MotionScene](app/src/main/res/xml/animation5_carousel_desc_complex.xml) |
| Collapsing Toolbar |
| [Layout](app/src/main/res/layout/animation6_collapsing_toolbar.xml) | [MotionScene](app/src/main/res/xml/animation6_collapsing_toolbar_desc.xml) |
| Collapsing Header |
| [Layout](app/src/main/res/layout/animation7_collapsing_header.xml) | [MotionScene](app/src/main/res/xml/animation7_collapsing_header_desc.xml) |