Top "Animation" questions

Animation is the rapid display of a sequence of visuals in order to create an illusion of movement or change.

How to stop an animation (cancel() does not work)

I need to stop a running translate animation. The .cancel() method of Animation has no effect; the animation goes until …

android animation
How to provide animation when calling another activity in Android?

I have two Activities A and B. I want to have the shrink Animation when Activity A calls B and …

android animation android-activity
How to animate the change of image in an UIImageView?

I have an UIImageView with an image. Now I have a completely new image (graphic file), and want to display …

ios iphone animation uiimageview uiimage
How to switch activity without animation in Android?

How can I use properly the Intent flag FLAG_ACTIVITY_NO_ANIMATION in AndroidManifest file? I supose my problem is …

android animation android-activity android-intent
jQuery animated number counter from zero to value

I have created a script to animate a number from zero to it's value. Working jQuery Not Working I now …

javascript jquery html animation each
powerpoint loop a series of animation

I am currently working on a slide with an animation of sunrise to sunset as a background. Then there are …

loops animation powerpoint
Animate a custom Dialog

I'm trying to have a custom dialog appear as though it's sliding down from a text view. Is this possible? …

android animation dialog alert
How to have css3 animation to loop forever

I want to have the whole set of animation to play forever. When the last photo fades off, I want …

css loops animation keyframe forever
Slidedown and slideup layout with animation

how can I display a layout in the center with slideUp when I press the button, and press again to …

android animation slidedown slideup
Controlling fps with requestAnimationFrame?

It seems like requestAnimationFrame is the de facto way to animate things now. It worked pretty well for me for …

javascript performance animation canvas requestanimationframe