Animated CSS3 cube using 3D transforms

Last week Web­Kit included the much anti­cip­ated (at least on my part) 3D trans­forms in its latest nightly build, announced prac­tic­ally along­side the awe­some Snow Stack demo that provides a 3D inter­face for brows­ing Flickr images (use left, right and space-bar). Today the Surfin Safari blog has updated with some more excit­ing demos, includ­ing “Morphin […]

Accordion using only CSS

An accor­dion effect can be achieved using CSS3’s :tar­get pseudo-class, without requir­ing JavaS­cript. Using the pro­pri­et­ary –webkit-transition prop­erty this accor­dion can also be anim­ated.
Res­ult
CSS3 Accor­dion
Works in browsers that sup­port the :tar­get pseudo-class, see the Quirks Mode com­pat­ib­il­ity tables. Anim­a­tion works in recent Web­Kit based browsers.
How To
Each part of the accor­dion has an ID, head­ing and […]

Moving markup towards HTML5

Hav­ing read John Resig’s “HTML5 Shiv” art­icle and Remy Sharp’s “HTML5 enabling script”, it felt like the right time to begin the full fledged migra­tion from XHTML to a cross browser com­pat­ible HTML5 blog. All in all the pro­cess of updat­ing the tem­plates was pain­less, tak­ing about an hour or so to modify the Wordpress […]

3D Cube using CSS transformations

Update (July 21st): Using newly released (cur­rently only in Web­kit Nightly releases) 3D trans­forms, a three dimen­sional, rotat­ing cube with cor­rect per­spect­ive is pos­sible, and as a bonus  –  the cube can be nav­ig­ated using arrow keys. Check out the latest demo, “Anim­ated CSS3 cube using 3D trans­forms”.
The impres­sion of a three dimen­sional cube can be created […]

Auto-scrolling Parallax Effect without JavaScript

Here’s another quick CSS3/WebKit trans­itions pro­ject in the con­tro­ver­sial realm of CSS anim­a­tion. This time I have opted to recre­ate the pop­u­lar par­al­lax effect using mul­tiple back­ground images on a single ele­ment and the –webkit-transition prop­erty (doc­u­ment­a­tion). I have based this on Chris Coyier’s par­al­lax tutorial, reusing the star images with per­mis­sion, the tech­nique itself […]