Top "Css-transitions" questions

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

how to make smooth grayscale on hover using CSS

I have logo in my website, it is grayscaled on hover i want it to be colored smoothly. it is …

css css-transitions grayscale
CSS transition auto width

I have an element whose width I'd like to animate when its contents change. It has width: auto, and this …

css animation css-transitions css-animations
Is it possible to set different duration/delay for transform options?

I want to set several transform options for my html object but with different duration and delay. If i try …

css css-transitions css-transforms
Scaling image with CSS Transition

This is how I want to scale my images, smoothly without any jumps. My attempt does not work like in …

html css css-transitions image-scaling
Can I apply a CSS transition to the overflow property?

I'm trying to set a transition-delay to the overflow property of body when a div is clicked by adding a …

css css-transitions
CSS3 transform rotate causing 1px shift in Chrome

I'm having an issue in chrome with a css3 transform rotate transition. The transition is working fine but just after …

google-chrome css css-transitions css-transforms
CSS3 transition event Listener with jQuery

I am implementing a CSS3 transition effect on a article element but the event listener transitionend works only in pure …

jquery events css css-transitions event-listener
Webkit support for gradient transitions

Im wondering if anyone know when will webkit support transitions of gradients? for example, the following code doesnt work in …

css webkit css-transitions
-webkit- vs -moz-transition

I am using CSS3 transitions on my site and the -webkit- seems to be working, whilst the -moz- is not. …

css webkit mozilla css-transitions
CSS3 color transition not working in Chrome

The links in the left menu in this website have a CSS3 transition property of the color, which changes on …

google-chrome css webkit css-transitions