Top "Css-animations" questions

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

Running code after an AngularJS animation has completed

I have an element whose visibility is toggled by ng-show. I'm also using CSS animations - the automatic ones from …

angularjs css-animations ng-animate
How to set keyframes name in LESS

I try to set up this LESS mixin for CSS animation keyframes: .keyframes(@name, @from, @to) {; @-webkit-keyframes "@name" { from { @from; } …

css less mixins css-animations
CSS3 animations with transform causes blurred elements on Webkit

So I've got some native elements (divs) with various effects applied to them (border-radius, box-shadow and transform: scale()). When I …

animation css webkit css-animations
Can we modify a Font Awesome spin speed?

I have a spinning gear on my website displayed with this code: Personally, I think that the speed of the …

html css animation css-animations font-awesome
Create a GIF from an HTML animation

THE PROBLEM I've created an HTML animation using google web designer, then I need to export my project as a …

html css-animations animated-gif google-web-designer
Can't stop css animation disappearing after last key frame

I've got a simple css animation that I'd like to play and then stop on the last frame fully displaying …

css css-animations
Is it possible to draw a partial circle outline in CSS (open ring shape)?

I'm interested in creating a loading spinner entirely in CSS but in order to do so I would need to …

css css-animations css-shapes
CSS3 animation translate3d not working

I have been experimenting with jQuery animate vs CSS3 animate, I alse wanted to test the 2D / 3D translate to …

jquery css css-animations translate3d
Is it possible to inspect CSS3 animation keyframes with a browser inspector?

I have encountered a few sites, now, that take advantage of CSS3 keyframe-style animation, and decided to test it on …

css browser css-animations web-inspector
How to stop CSS3 transition

I want to stop a transition that is in progress. I have found a few references[1][2] scattered around the internet …

javascript jquery css css-transitions css-animations