Top "Css-transitions" questions

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

CSS: Animation vs. Transition

So, I understand how to perform both CSS3 transitions and animations. What is not clear, and I've googled, is when …

css css-transitions css-animations
Is it possible to animate Flexbox inserts & removes?

When I remove an item from a flexbox, the remaining items "snap" into their new positions immediately rather than animating. …

css css-transitions css-animations flexbox
Is it possible to transition text-alignment using CSS3 only?

Is it possible to transition text-alignment using css3? For example, I'd like to animate text-alignment from left to right, however, …

css css-transitions
How do I use transitionend in jQuery?

I need to detect if a CSS transition is completed before allowing a function to repeat again, to prevent messing …

jquery css-transitions
CSS width transition not working at all

Hi I'm trying to animate the width of the span inside the a of this nav <nav class="navigator"&…

html css css-transitions
Font-Weight CSS Transition in Chrome

Trying to get font-weight to gracefully transition from '400' to '600' using CSS but it doesn't appear to …

css google-chrome fonts css-transitions
Animate the CSS transition property within :after/:before pseudo-classes

Is it possible to animate CSS pseudo-classes? Say I have: #foo:after { content: ''; width: 200px; height: 200px; background: red; …

css css-transitions pseudo-element
css3 button background color infinite transition

Is there a way to make a button's background color fade from grey to blue then back to gray using …

css css-transitions css-animations
CSS Transitions with :before and :after pseudo elements

Can't seem to animate pseudo elements with -webkit-transition. The fiddle below shows what I mean when run in Chrome/Safari, …

css webkit css-transitions pseudo-element
angularjs chained fade-in / fade-out transition

I have looked at the official show/hide transition example at the bottom of this page... http://docs.angularjs.org/…

angularjs css-transitions fade ng-animate