Top "Css-animations" questions

CSS animations make it possible to animate transitions from one CSS style configuration to another.

Transition flex-grow of items in a flexbox

Is it possible to transition the items in an flexbox? When you click I want all items to collapse except …

javascript jquery css css-animations flexbox
Can I apply animations to margins?

I'm trying to animate in CSS3 margins, which this site seems to say you can, but I can't get working. …

html css css-animations
How to prevent css3 animation reset when finished?

I write a css3 animation and it is only performed once. The animation works well, but it will reset when …

css css-animations
Trigger CSS Animations in JavaScript

I don't know how to use JQuery, so I need a method which could trigger an animation using JavaScript only. …

javascript html css css-animations
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
Elastic easing in CSS3, best approach

I'd like to emulate an elastic easing function in CSS3. CSS3 does not support this natively, so I've been coming …

css 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
CSS3 - Transition on DOM Removal

Using keyframes, it is possible to animate an element as soon as it is inserted into the DOM. Here's some …

dom css keyframe css-animations
Is there anyway to animate an ellipsis with CSS animations?

I'm trying to have an ellipsis animate, and was wondering if it was possible with CSS animations... So it might …

css css-animations
Using CSS3 Animations in IE9+

I have been trying to get these css3 animations to work in IE9 for a few hours today and I …

javascript css internet-explorer-9 css-animations