Questions tagged [translate-animation]

To translate means to change the position of an object so that it gets moved from one place to another in the world (e.g. a person walking on a sidewalk). Translation is not to be confused with rotation, which is about changing the direction an object is "facing" in the world.

407 questions
-2
votes
1 answer

Android translateanimation move from one location to another view's location

I have 6 imageviews in my layout. 5 of which are source imageview and a target imageview. I want to move the source imageviews to the exact location of the target imageview. I have created the following code to do this but it doesn't work…
ads
  • 1,703
  • 2
  • 18
  • 35
-3
votes
1 answer

How to make such animation in android?

In My Android Application the view is like this image: Now, Here D is small part which is any view or may ve button. I want is, If the User click on that "D" part, the view appear in the different color should be translate in to the Left to right…
1 2 3
27
28