Top "Css-transitions" questions

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

Use CSS3 transitions with gradient backgrounds

I'm trying to transition on hover with css over a thumbnail so that on hover, the background gradient fades in. …

css gradient css-transitions
CSS Animation and Display None

I have a CSS Animation for a div that slides in after a set amount of time. What I would …

css css-transitions animate.css
Prevent flicker on webkit-transition of webkit-transform

Possible Duplicate: iphone webkit css animations cause flicker For some reason, right before my animation of the webkit-transform property occurs, …

css css-transitions css-transforms
Animate an element's width from 0 to 100%, with it and it's wrapper being only as wide as they need to be, without a pre-set width, in CSS3 or jQuery

http://jsfiddle.net/nicktheandroid/tVHYg/ When hovering .wrapper, it's child element .contents should animate from 0px to it's natural width. …

jquery css css-transitions
Spin or rotate an image on hover

I want to find out how to make a spinning or rotating image when it is hovered. I would like …

css hover css-transitions css-transforms
CSS3 transition on click using pure CSS

I'm trying to get an image (a plus symbol) to rotate 45 degrees to create a cross symbol. I have so …

css rotation css-transitions transition
CSS how to make an element fade in and then fade out?

I can make an element with an opacity of zero fade in by changing its class to .elementToFadeInAndOut with the …

css css-transitions fadein fadeout
CSS transition between left -> right and top -> bottom positions

Is it possible to use CSS transitions to animate something between a position set as left: 0px to right: 0px …

css css-transitions
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
CSS transition fade in

So I have used CSS transitions before but I have a unique case with this one. I am writing a …

css css-transitions