material-motion-compose icon indicating copy to clipboard operation
material-motion-compose copied to clipboard

Material Motion for Jetpack Compose and Compose Multiplatform

Results 8 material-motion-compose issues
Sort by recently updated
recently updated
newest added

Fixs #30 - Migrate `*.gradle` to kts https://developer.android.com/studio/build/migrate-to-kts

- https://material.io/design/motion/the-motion-system.html#container-transform - https://github.com/mobnetic/compose-shared-element

enhancement

- https://www.jetbrains.com/lp/compose/ - https://github.com/JetBrains/compose-jb/blob/master/tutorials/Getting_Started/README.md - https://github.com/JetBrains/compose-jb/commit/3b13944daf52118e2226cad91a5f2144b8b295b1 - https://github.com/androidx/androidx/blob/androidx-main/compose/material/material/build.gradle - https://github.com/AAkira/Napier/blob/master/napier/build.gradle.kts

- https://kotlinlang.org/docs/multiplatform-library.html - https://dev.to/kotlin/how-to-build-and-publish-a-kotlin-multiplatform-library-creating-your-first-library-1bp8 - https://stackoverflow.com/questions/61175395/jitpack-and-kotlin-multiplatform-artifact-groupid

## Related PRs and commits - #190 - #191 - Commit 3d3f0da84b902a897a3756fdd5c6ad2cccf6a521

Getting this error and app crashes when navigating frequently java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels after the NavBackStackEntry is destroyed. Full log java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels...

- #29 --- [just-beginning-for-container-transform.webm](https://github.com/fornewid/material-motion-compose/assets/3405740/33266b15-0a67-47c7-bf21-864084f577ee)

In the guide, I can see how to change motion durations. But it's only for the MaterialMotion. Could you also provide the method for the CircularReveal? Thanks.