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

CSS transition effect makes image blurry / moves image 1px, in Chrome?

I have some CSS that on hover, a CSS transition effect will moves a div. The problem, as you can …

css image hover positioning translate-animation
CSS performance relative to translateZ(0)

A number of blogs have expressed the performance gain in 'tricking' the GPU to think that an element is 3D …

performance css translate-animation
Android translate animation - permanently move View to new position using AnimationListener

I have android translate Animation. I have an ImageView with random generated position (next1, next2). I am calling void every 3 …

android android-animation translate-animation
rotate image with css

I would like to rotate an image by 90 degrees with CSS only. I can do the rotation, but then the …

css image rotation position translate-animation
Move ImageView from its current position to fixed position using translate animation

I want to move my image view from its current position to some fixed position on screen using translate animation. …

android translate-animation
Delays within the Animation (TranslateAnimation)

Is there a way to have the Animation pause for a half a second? I am trying to make an …

android android-animation translate-animation
How a Translate Animation works: Android

I'm trying to move a RelativeLayout using TranslateAnimation. Code I have written for performing the same is: translateAnimation = new TranslateAnimation(0, 0, …

android android-animation translate-animation
Top to bottom - translate animation

Need to make next animation (on android 2.2 and above): 1.Moving button from top to bottom (after clicking on him), 2.Moving …

android animation translate-animation
Translating and Rotating an Image in 3D using OpenCV

Given a 3 x 3 rotation matrix,R, and a 3 x 1 translation matrix,T, I am wondering how to multiply the T …

opencv rotation translate-animation