You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I need to fade in a view while it is moving to its destination point.
So I setup it with zero alpha and start coordinates, then I need to move it to the destination in 1 second and change its alpha to 1 in 0.3 second.
Is there a possibility to do that? a.makeOpacity(1).animate(0.3).moveX(destination).animate(1) doesn't work.
The text was updated successfully, but these errors were encountered:
Hello! I need to fade in a view while it is moving to its destination point.
So I setup it with zero alpha and start coordinates, then I need to move it to the destination in 1 second and change its alpha to 1 in 0.3 second.
Is there a possibility to do that?
a.makeOpacity(1).animate(0.3).moveX(destination).animate(1) doesn't work.
The text was updated successfully, but these errors were encountered: