class ChangeColor : Transition
This transition tracks changes during scene changes to the background property of its target views (when the background is a ColorDrawable, as well as the TextView.setTextColor of the text for target TextViews. If the color changes between scenes, the color change is animated.
ChangeColor()
This transition tracks changes during scene changes to the background property of its target views (when the background is a ColorDrawable, as well as the TextView.setTextColor of the text for target TextViews. If the color changes between scenes, the color change is animated. |
fun captureEndValues(transitionValues: TransitionValues): Unit |
|
fun captureStartValues(transitionValues: TransitionValues): Unit |
|
fun createAnimator(sceneRoot: ViewGroup, startValues: TransitionValues?, endValues: TransitionValues?): Animator? |