Top "Css-transitions" questions

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

Use transition on flexbox order

Is there any way to have a transition on the order of flex-box items? In other words, can I have …

html css css-transitions flexbox
use transition on ::-webkit-scrollbar?

is it possible to use transitions on webkit scrollbars? I tried: div#main::-webkit-scrollbar-thumb { background: rgba(255,204,102,0.25); -webkit-transition: background 1s; transition: …

css webkit scrollbar css-transitions
CSS3 Transition to highlight new elements created in JQuery

I want to use a CSS3 color transition to apply a highlight-fading color effect (yellow to transparent) to new elements …

jquery css css-transitions transition
Compass multiple css transitions

How can one do multiple css transitions like this Jsfiddle with Compass? What I am trying to do is basecly …

css sass compass-sass css-transitions
CSS3 Transitions - How to delay reset of the z-index property?

Basically, a "highlight" class is added to elements with class "edge" dynamically through javascript on mouseenter. The highlight class is …

javascript css z-index css-transitions
CSS Flipping Page Effect

I'm building an web application with effect similar to FlipBoard. At first, I was trying to use this open source. …

javascript css css-transitions css-transforms flipboard
React css transition does not work correctly

I've written a React app, using CSS transitions. But those transitions does not work correctly in some of the components. …

css reactjs css-transitions
Angularjs ng-animate + css transition for sliding effect

I'm trying to achieve sliding effect with the new ng-animate feature of Angular. I've taken some code from the demo …

angularjs css-transitions ng-animate
overflow:hidden ignored with border-radius and CSS transforms (webkit only)

I want to have a square image inside a circle. When the user hovers over the image, the image should …

css css-transitions css-transforms
PolyFill/Shim for CSS transitions and animations

Google is failing me somewhat on this (I think because the terminology for PolyFill/Shim/Spackle is new and diverse …

javascript html css polyfills css-transitions