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. |
|
class ChangeTextBuilder : TransitionBuilder<ChangeText>
Builder for ChangeText |
annotation class ChangeTextBehavior
Annotation for all possible ChangeText animation types. |