Top "Transition" questions

DO NOT USE!

Activity transition in Android

How can I define the transition between two activities for Android 1.5 and later? I would like an activity to fade …

android android-activity transition
css transition opacity fade background

I am doing a transition where it fades into transparent white, when a user is hovering an image. My problem …

css background opacity transition
CSS: pure CSS scroll animation

I have been looking for a way to scroll down when clicking on a button that is located on top …

css scroll anchor transition
CSS3 transition on click using pure CSS

I'm trying to get an image (a plus symbol) to rotate 45 degrees to create a cross symbol. I have so …

css rotation css-transitions transition
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
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
CSS3 transition events

Are there any events fired by an element to check wether a css3 transition has started or end?

javascript events css transition css-transitions
CSS Transition doesn't work with top, bottom, left, right

I have an element with style position: relative; transition: all 2s ease 0s; Then I want to change its position …

javascript css transition
Unbalanced calls to begin/end appearance transitions for <FirstViewController: 0x2a2c00>

I have this problem when I simulate my app, its not an error or a warning but it appears in …

iphone ios transition
Looping Animation of text color change using CSS3

I have text that I want to animate. Not on hover, for example but continually changing slowly from white to …

css transition css-animations