Top "Translate-animation" questions

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).

How to translate animation on an image diagonally?

I want to animate an image diagonally like below picture. I have tried translate animation but I am only able …

android animation translate-animation
Translate and Scale animation in parallel

I want to move some view from any position to center of screen and scale in parallel. If that's too …

android parallel-processing scale translate-animation
Using Matrix. Rotate in OpenGL ES 2.0

Edit - Added more code Having a lot of problems attempting to correctly rotate my quad using OpenGL ES 2.0. It …

android rotation opengl-es-2.0 translate-animation
TranslateAnimation on ImageView (Android)

So I have an ImageView in my layout and I wanted to slide it to the right or left when …

android position imageview android-animation translate-animation
How to create custom Interpolator to apply translate animation in android

I want to create a custom interpolate to apply translate animation where the animation should go through the following function: …

java android animation translate-animation interpolation
Smooth floating animation using translation in XML

I'm developing a game for Android in Eclipse and I'm trying to get an image to smoothly translate up and …

android xml eclipse animation translate-animation
Start two animation in the same Layout

Im trying to do an alpha and translate in a RelativeLayout. I define both: AlphaAnimation alpha; alpha = new AlphaAnimation(0.0f, 1.0…

android android-linearlayout alpha translate-animation
Android:Translation and Rotation Animation simultaneously

I want to show two animation simultaneously programatically not in XML file.It should ROTATE and TRANSLATE how can I …

animation android-2.1-eclair rotateanimation translate-animation
Android Translate Animation

I have an ImageView that is 250dp above the bottom and with translate animation i want to move it to 50…

android imageview translate-animation
Translate animation from position Y to top of the screen

I have multiple views that are all selectable. When one of them gets selected I want my new view to …

android android-animation translate-animation