transitionx / in.arunkumarsampath.transitionx.transition / TransitionBuilder / exclude

exclude

inline fun exclude(vararg views: View): Unit

Exclude givens views from this transition. The transition will not affect these views during execution.

See Also

Transition.excludeTarget

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

Transition.excludeTarget

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

Transition.excludeTarget