transitionx / in.arunkumarsampath.transitionx.transition.changetext

Package in.arunkumarsampath.transitionx.transition.changetext

Types

ChangeText

class ChangeText : Transition

This transition tracks changes to the text in TextView targets. If the text changes between the start and end scenes, the transition ensures that the starting text stays until the transition ends, at which point it changes to the end text. This is useful in situations where you want to resize a text view to its new size before displaying the text that goes there.

ChangeTextBuilder

class ChangeTextBuilder : TransitionBuilder<ChangeText>

Builder for ChangeText

Annotations

ChangeTextBehavior

annotation class ChangeTextBehavior

Annotation for all possible ChangeText animation types.