Top "Transitions" questions

DO NOT USE!

Disable/turn off inherited CSS3 transitions

So i have the following css transitions attached to the a element: a { -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in ; …

css transitions css-transitions
Different CSS transition-delays for hover and mouseout?

Is it possible to use CSS3 transitions with a different delay switching between "states"? For example, I'm trying to make …

css transitions css-transitions
Owl carousel still transitions when only 1 slide in carousel

I wonder if anyone could help with this. I am using carousel in a CMS and would like the ability …

jquery carousel transitions owl-carousel
CSS 3 - transition prefixes - which ones to use?

I have a question regarding the CSS vendor prefixes for transition. This source states that "you need to use all …

css css-transitions transitions
Transition behavior using transitionFromView and transitionWithView

I am attempting to create a transition between two subviews (view1 and view2). When a button is pressed I want …

iphone uiview views ios transitions
Is it advisable to switch from Cygwin 32bit to Cygwin 64bit?

I've been using Cygwin (for a long time). Specifically, I use it (including gcc/g++) on Win7 for development work. …

cygwin 64-bit 32bit-64bit windows-7-x64 transitions
Swapping child views in a container view

Let ContainerView be the parent container view with two child content views: NavigationView and ContentView. I would like to be …

ios objective-c animation transitions uicontainerview
Animating fragments and the back stack

I am having trouble using or understanding how popping FragmentTransactions off of the back stack handles the custom animations. Specifically, …

android animation transactions transitions android-fragments
overridePendingTransition not working

I'm trying to implement a transition in my app but overridePendingTransition(anim, anim) is not working correctly. I have window …

android android-intent transitions
Unbalanced calls to begin/end appearance transitions for UITabBarController

I have an UITabBarController, when initial run, I want to overlay a login view controller but received error. Unbalanced calls …

iphone ipad uitabbarcontroller transitions