0.3.0
Built to work with Jetpack Compose 1.0.0-beta02
New features
MaterialMotion
Supports MaterialMotion
composable.
Now you can use different motions depending on the state.
See here for an example.
MotionSpec
Introduce MotionSpec
used for MaterialMotion
composable.
Supported motion specs:
sharedAxis()
sharedAxisX()
sharedAxisY()
sharedAxisZ()
fadeThrough()
Breaking changes
- Remove all deprecated composables:
soup.material.transition.compose.SharedAxis
soup.material.transition.compose.FadeThrough
What’s Changed
- Refactor
ShareAxis
,FadeThrough
usingMaterialMotion
andMotionSpec
.