public static interface Transition.TransitionAnimator
TransitionAnimationBinding
given a PropertyAnimation
. This can be used to customize the type of animation using Transition.TransitionUnitsBuilder.animator(com.facebook.litho.Transition.TransitionAnimator)
.Modifier and Type | Method and Description |
---|---|
TransitionAnimationBinding |
createAnimation(PropertyAnimation propertyAnimation) |
TransitionAnimationBinding createAnimation(PropertyAnimation propertyAnimation)
TransitionAnimationBinding
for the given PropertyAnimation
that
will animate the change in value on this property.