inline fun excludeChildren(vararg views: View): Unit
Exclude children of given views from participating in this transition.
See Also
inline fun <reified Type : View> excludeChildren(): Unit
Exclude children of given Type from participating in this transition.
See Also
inline fun excludeChildren(@IdRes vararg ids: Int): Unit
Exclude children of given view ids from participating in this transition.
See Also