Top "Css-animations" questions

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

CSS3 animation is not working in IE11 but works in other browsers

I have created a CSS3 animation on a button. At the moment, it works perfectly everywhere apart from IE. I …

css animation css-animations internet-explorer-11
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
How do I loop a css animation with multiple keyframe definitions?

The Issue I have two css keyframe animations which I am running on a single element: .fade-bg { animation-name: fade-bg-1, fade-bg-2; …

css animation css-animations
Infinite rotation animation using CSS and Javascript

I was going thru some single page website examples and found this: http://alwayscreative.net/. I am totally amazed by …

javascript jquery css jquery-animate css-animations
css @-moz-keyframes animation not working on firefox 18.0.1

css @-moz-keyframes animation on firefox 18.0.1 is not working, I have checked this animation on previous version( forgot version previous number) , …

html firefox css webkit-transform css-animations
How to make animate.css animation loop

I want to do is the Loading header tag should animate until progress bar reach 100%. Can anyone help me do …

javascript jquery html twitter-bootstrap-3 css-animations
Filling water animation

I am trying to get a wipe up animation to make a circle look like it's filling with water. I've …

css svg css-animations css-shapes
How to keep styles after animation?

I'm working at a portfolio to show when I apply for my next study. Since we're living in 2012, it has …

html css css-animations
react: fade-in/slide-in animation when render component

I'm new in React. I have made a small app with a button and a list of image urls. When …

reactjs animation css-animations velocity.js reactcsstransitiongroup
How to animate toggling of table rows?

I want to animate the appearance and disappearance of table rows. First of all I tried using a CSS transition, …

css css-transitions css-animations