A masterclass in CSS animations

From the basics of animation keyframes to expert animation tips that will save you many a headache. This article takes you on a tour of all you need to know to get up and running with CSS3 animations..

Having Fun With CSS3: Spinning Newspapers

An impressive demo of a spinning newspaper (popular in old films) flashing and spinning towards the camera. Created using CSS3 animations. You’ll need a modern version of Firefox, Chrome or Safari to view the demo…

An Introduction To CSS3 Keyframe Animations

Using CSS3 keyframe animations, developers can create smooth, maintainable animations that perform relatively well and that don’t require reams of scripting. It’s just another way that CSS3 is helping to solve a real-world problem in an elegant manner. If you haven’t yet started learning the syntax for CSS3 animations, here’s your chance to prepare for […]

Start Experimenting With CSS3 Keyframe Animations

CSS3 animations are the new kid on the block. It’s a big step. Although they haven’t really taken centre stage yet as only the webkit browsers support them. For this reason they’re used sparingly, in a lot of cases for experimental purposes or as ‘hidden gems’, but that doesn’t mean you should shy away from […]

CSS Animations

What do we need to make a spinner with CSS animations? One image, and one element on our webpage we can hook on to. Yes, that’s it. I created a simple transparent PNG that looks it might be a spinner, and for the element on the page, I wrote this piece of genius HTML…