I’m using 2 animations on a TextView in my app.
The first one completes, then I change the text of the TextView, then I start the second one. I would like to use an Accelerate Interpolator effect on the whole sequence, however if I apply it individually it doesn’t work, since the speed will restart on each animation.
I need to invert the animation of the second one, ie. make it start fast and end slow.
Is there any way to do this?
Thanks!
use a
DecelerateInterpolator():i.e.