Monthly Archives: April 2009

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 […]