Top "Css-animations" questions

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

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
Move HTML element upwards on hover

I am trying to move an HTML up about 10px whenever a user hovers their mouse over it. I did …

html css css-animations
Pause a WebKit animation on hover

I'm trying to get an animation to pause on mouse over with the following: .quote:nth-child(1):hover { -webkit-animation-play-state: paused; -moz-animation-play-state: …

css animation css-animations
CSS3 animation transition: opacity not working

i'm having some trouble with animating a dropdown menu using css3. I need it to work with css3 and not …

html css css-transitions css-animations
How to make the last keyframe of your animation "stay" after animation is finished

I have tried many iterations of this, but it doesnt seem to want to just stay on the last keyframe. …

css css-animations
Animate bubbles upwards continuously with CSS3?

See the following image: http://i.imgur.com/3vTrB.png See those transparent circles in the background? What i want …

html css repeat css-animations continuous
css chain transition animation

once the page is loaded, I want to "appear" three DIVs one after another. how can I do this? I …

html css css-animations
Deprecated SMIL SVG animation replaced with CSS or Web animations effects (hover, click)

In accordance with this topic: Firefox 38-40 SMIL problems - very slow speed (resolved in FF version 41 from 22.09.15) and this …

css animation svg css-animations smil
Accordion using AngularJS and CSS animations

Using just Angular JS Animate and Css Animation, I am trying to create an Expand/Collapse (Accordion) similar to the …

css angularjs accordion css-animations expandable