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 create a pulse effect using -webkit-animation - outward rings

I have found this article: http://www.zurb.com/article/221/css3-animation-will-rock-your-world on css3 animations. I am trying to create …

animation css webkit
Android scale animation on view

I want to use ScaleAnimation (programmatically not in xml) to change height to view from 0 to 60% of parent height. Width …

android animation
How to run two jQuery animations simultaneously?

Is it possible to run two animations on two different elements simultaneously? I need the opposite of this question Jquery …

javascript jquery animation
CSS Auto hide elements after 5 seconds

Is it possible to hide element 5 seconds after the page load? I know there is a jQuery solution. I want …

css animation transition
Fragment transaction animation: slide in and slide out

I've check some tutorials for animate transaction between fragments. I've used this method for animation and it works: fragmentTransaction.setCustomAnimations(…

android animation android-fragments
How to reverse an animation on mouse out after hover

So, it is possible to have reverse animation on mouse out such as: .class{ transform: rotate(0deg); } .class:hover{ transform: …

css animation
Android fade in and fade out with ImageView

I'm having some troubles with a slideshow I'm building. I've created 2 animations in xml for fade in and fade out: …

android animation imageview fadein fadeout
Have a reloadData for a UITableView animate when changing

I have a UITableView that has two modes. When we switch between the modes I have a different number of …

cocoa-touch animation
Can I change the Android startActivity() transition animation?

I am starting an activity and would rather have a alpha fade-in for startActivity(), and a fade-out for the finish(). …

android animation fade transition
jQuery toggle animation

I have this jQuery: $(document).ready(function() { $("#panel").hide(); $('.login').toggle( function() { $('#panel').animate({ height: "150", padding:"20px 0", backgroundColor:…

jquery animation toggle