Top "Css-transitions" questions

CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.

css transition with linear gradient

I'm trying to add a transition to a button I have that's background is made with css linear-gradient but it's …

css-transitions css
CSS Fade Between Background Images on Hover

Is there a way that I can do the following? I have a transparent png sprite that shows a standard …

image css fade css-transitions
Weird CSS3 Transition (flickering)

When I hover unto my button, it gives a white flash first when starting the transition. Why does it sort …

html css css-transitions
Overlay a background-image with an rgba color, with a CSS3 transition

Earlier today I asked Overlay a background-image with an rgba background-color. My goal is to have a div with a …

css overlay background-image css-transitions
Hover effects using CSS3 touch events

I am using CSS3 hover and transitions to show and hide an image. On mobile devices I would like to …

mobile css css-transitions
I need CSS3 transition to work in IE9

I create a greeting card for a client with css transition but I did not know that it was not …

internet-explorer-9 css-transitions
Is there an animatable transition-property for css filters?

I'm trying to animate CSS filters but can't find any information on the correct transition properties. What are they? Here's …

css css-transitions
Callback on CSS transition

Is it possible to get a notification (like callback) when a CSS transition has been completed?

javascript css css-transitions
Make background fade out/in

Is there any way I can use CSS3 to fade in and out a solid white background of a <…

css css-transitions translate
Set a CSS3 transition to none

How would I make it so a CSS transition doesn't work inside a media-query, or in any other case? For …

html css css-transitions