Top "Animation" questions

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

Animate change of view background color on Android

How do you animate the change of background color of a view on Android? For example: I have a view …

android animation view background-color
Fade In Fade Out Android Animation in Java

I want to have a 2 second animation of an ImageView that spends 1000ms fading in and then 1000ms fading out. …

android animation
CSS endless rotation animation

I want to make a rotation of my loading icon by CSS. I have an icon and the following code: &…

css animation webkit
How to Use slideDown (or show) function on a table row?

I'm trying to add a row to a table and have that row slide into view, however the slidedown function …

jquery animation html-table slidedown
jQuery using append with effects

How can I use .append() with effects like show('slow') Having effects on append doesn't seem to work at all, …

jquery animation append effects show
How to change the Push and Pop animations in a navigation based app

I have a navigation based application and I want to change the animation of the push and pop animations. How …

ios animation uinavigationcontroller
How to bring view in front of everything?

I have activity and a lot of widgets on it, some of them have animations and because of the animations …

android animation button textview z-order
CSS Animation onClick

How can I get a CSS Animation to play with a JavaScript onClick? I currently have: .classname { -webkit-animation-name: cssAnimation; -webkit-animation-duration:3…

javascript css animation click onclick
CSS3 Continuous Rotate Animation (Just like a loading sundial)

I am trying to replicate an Apple style activity indicator (sundial loading icon) by using a PNG and CSS3 animation. …

animation webkit css transform
UIView Infinite 360 degree rotation animation?

I'm trying to rotate a UIImageView 360 degrees, and have looked at several tutorials online. I could get none of them …

ios objective-c animation uiview core-animation