Transition X v1.1.0 Release Notes

Release Date: 2019-04-07 // about 5 years ago
  • Library

    โž• Added new extensions to ViewGroup.

    • cancelTransitions to end current running transitions on this ViewGroup
    • prepareTransition overload to pass already constructed Transition instances.
    • ๐Ÿ“š Minor documentation update.

    Sample

    โž• Added animated bottom navigation sample.


Previous changes from v1.0.1

    • โœ‚ Removed few Android string resources packaged with the library.
    • ๐Ÿ‘ Trimmed library dependency to com.android.support:transition and com.android.support:interpolator alone.