I have 2 views with the same animation, during this animation these views should change your Z Orders for example The View A is over the View B during the animation I change this order, I’m getting this with viewA or viewB .bringToFront(); but the but the update is not immediate and I need this Z order changed at an exact point.
Thanks.
I solve this as follows:
first in animation you set the custom interpolator, your class needs implements the ICustomInterpolator
after
the currentProgress is a Inteface method of a custom interpolator:
in customInterpolator: