Skip to content

v1.2.0

Compare
Choose a tag to compare
@mahozad mahozad released this 15 Mar 15:49
· 13 commits to main since this release
052cc9a

Changelog

  • Add a spread / expansion animation on start (along with a new animation spec property to customize it)

    start-animation-demo

    If you want the previous behavior, either keep using wavy slider version 1.1.0 or use a snap animation spec:

    WavySlider(
      animationSpecs = defaultAnimationSpecs.copy(
        waveStartSpreadAnimationSpec = snap()
      ),
      // ...
    )

For your convenience, an archive of the library artifacts is also available below.