https://github.com/fornewid/material-motion-compose
Material Motion for Jetpack Compose and Compose Multiplatform
https://github.com/fornewid/material-motion-compose
android compose-animation compose-multiplatform jetpack-compose material-design material-motion
Last synced: 12 days ago
JSON representation
Material Motion for Jetpack Compose and Compose Multiplatform
- Host: GitHub
- URL: https://github.com/fornewid/material-motion-compose
- Owner: fornewid
- License: apache-2.0
- Created: 2021-03-14T05:49:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T16:19:37.000Z (9 months ago)
- Last Synced: 2025-04-03T20:12:20.107Z (21 days ago)
- Topics: android, compose-animation, compose-multiplatform, jetpack-compose, material-design, material-motion
- Language: Kotlin
- Homepage: https://fornewid.github.io/material-motion-compose/
- Size: 15.1 MB
- Stars: 643
- Watchers: 6
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-list - fornewid/material-motion-compose - Material Motion for Jetpack Compose and Compose Multiplatform (Kotlin)
- kmp-awesome - material-motion-compose - Material Motion for Compose Multiplatform (Libraries / 🍎 Compose UI)
- awesome - Material motion compose
README
# Material Motion for Jetpack Compose and Compose Multiplatform
A library for implementing [motion system](https://material.io/develop/android/theming/motion/) in Material Components for Jetpack Compose and Compose Multiplatform.
## Versions for Jetpack Compose
Jetpack Compose 1.0 (1.0.x)![]()
Jetpack Compose 1.1 (1.1.x)![]()
Jetpack Compose 1.2 (1.2.x)![]()
Jetpack Compose 1.3 (1.3.x)![]()
Jetpack Compose 1.4 (1.4.x)![]()
Jetpack Compose 1.5 (1.5.x)![]()
Jetpack Compose 1.6 (1.6.x)![]()
Jetpack Compose 1.7 (1.7.x)![]()
## Versions for Compose Multiplatform
Compose Multiplatform 1.4.0![]()
Compose Multiplatform 1.6.10![]()
| Platform | Supported |
|---------------|-----------|
| Android | ✅ |
| Desktop (JVM) | ✅ |
| iOS | ✅ |
| Wasm | ✅ |## 🌈 Core
A library which provides [motion patterns](https://material.io/design/motion/the-motion-system.html) support for Jetpack Compose and Compose Multiplatform.
For more information, visit the documentation: https://fornewid.github.io/material-motion-compose/core
### Download
```gradle
repositories {
mavenCentral()
}dependencies {
implementation "io.github.fornewid:material-motion-compose-core:"
}
```## License
Licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for details.