inline fun exclude(vararg views: View): Unit
Exclude givens views from this transition. The transition will not affect these views during execution.
See Also
inline fun <reified Type : View> exclude(): Unit
Exclude givens View from this transition. The transition will not affect views of Type during execution.
See Also
inline fun exclude(@IdRes vararg ids: Int): Unit
Exclude givens View ids from this transition. The transition will not affect views with this ids
See Also