Top "Transition" questions

DO NOT USE!

iOS7, backgroundImage for UISearchBar

I'm making the transition of the UI between iOS 6 and iOS 7. We have a UISearchBar related to a UISearchDisplayController, I …

ios ios7 uikit transition searchbar
How do you present a UIViewController from the top of the screen instead of the bottom?

I am using a UIViewController and I use presentModalViewController:controllerr animated:YES to present it but I would like if …

iphone uiview uiviewcontroller transition uimodaltransitionstyle
how to Shared element transition from a fragment to an activity

I have three fragments inside a ViewPager in an activity, I want to achieve shared element transition from one of …

android android-activity fragment transition shared
background-size transition on hover causes chrome to "shake" background image

I am trying to achieve an effect I saw recently, where background image zooms on hover. I pretty much did …

css background-image transition background-size
How to fade out and in between two images?

Okay a little help here, so I have two images loading in my splash screen. The first image opens (starting …

android fadein transition splash-screen fadeout
C# smooth object movement

I have all the necessary code to move and click the mouse via C# code, but I don't want to …

c# transition smooth keyframe
Smooth letter-spacing transition on other browsers

I'm using the following to animate a hover transition: a { letter-spacing: 1px; transition: all .5s ease-in; } a { letter-spacing: 2px; } Here …

css transition letter-spacing
Using calc() to transition width and height in IE

I've come across an issue today where trying to use CSS transitions to change an object's dimensions with calc() aren't …

css internet-explorer transition
Should EXPLICITLY call willMoveToParentViewController:(UIViewController *)parent & didMoveToParentViewController:(UIViewController *)parent?

In the WWDC 2012 Session titled The Evolution of View Controllers on iOS - (void)willMoveToParentViewController:(UIViewController *)parent and - (void)…

ios uiview uiviewcontroller transition wwdc