Top "Transition" questions

DO NOT USE!

Android - How to animate an activity transition when the default back button is pressed

In my activity, I have a button with the following click listener that is working great: final ImageButton startOverButton = (ImageButton) …

android animation button transition back
JavaScript - add transition between display:none and display:block

I am using JavaScript to toggle notification like below. How can I add transition between display: block and display: none; …

javascript transition display
Implement page curl on android?

I was surfing the net looking for a nice effect for turning pages on Android and there just doesn't seem …

android math transition
Is there any useful Android Animation Tutorial for beginners?

Is there any good android animation tutorials to do in views or the transitions? A complete tutorial or guide may …

android animation transition
CSS margin-left transition not working

I'm trying to do a transition from the center to left and reduce the height of an image. The height …

css margin transition
D3 Real-Time streamgraph (Graph Data Visualization)

I would like a stream graph as in this example: http://mbostock.github.com/d3/ex/stream.html but I …

javascript d3.js real-time transition stream-graph
Add transition while changing img src with javascript

I have an img tag that I want to change the src when hover and it all works but i …

javascript transition src
Start Activity with an animation

I am trying to start an activity with a custom transition animation. The only way I have found out so …

android animation android-activity transition
overridePendingTransition does not work when FLAG_ACTIVITY_REORDER_TO_FRONT is used

I have two activities in the stack, in order to show them I use FLAG_ACTIVITY_REORDER_TO_FRONT. So …

android android-intent transition flags
Smooth rotation transition CSS3?

I am rotating my images when hovered and I want the transition to be smooth so this is what I …

html css transition smooth