Skip to content

0.3.0

Compare
Choose a tag to compare
@fornewid fornewid released this 24 Mar 17:05
· 358 commits to main since this release

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 using MaterialMotion and MotionSpec.