faberNovel / stateful-layout

Android StatefulLayout
Apache License 2.0
10 stars 4 forks source link

Add support for View Transitions #54

Open sjcqs opened 4 years ago

sjcqs commented 4 years ago

The function will:

  1. Call TransitionManager.beginDelayedTransition(this@StatefulLayout, transition)
  2. Call showState(stateId, false) to disable lib transition

cf https://github.com/material-components/material-components-android/blob/master/docs/theming/Motion.md

sjcqs commented 4 years ago

Supporting androidTransition should be enough