transitionx / in.arunkumarsampath.transitionx.transition.changetext / ChangeText / CHANGE_BEHAVIOR_OUT

CHANGE_BEHAVIOR_OUT

const val CHANGE_BEHAVIOR_OUT: Int

Flag specifying that the text changing animation should first fade out the original text completely. The new text is set on the target view at the end of the fade-out animation. This transition is typically used with a later .CHANGE_BEHAVIOR_IN transition, allowing more flexibility than the .CHANGE_BEHAVIOR_OUT_IN by allowing other transitions to be run sequentially or in parallel with these fades.