About 7 Faces of Leigh

A friend challenged me to come up with a carousel / slideshow that would use the least amount of JS. So here it is, and it's 0 lines of JS.

It's pretty crude, and I've seen some serious ninja shit going on with CSS programming, and this ain't it. The major problem is creating fallback animations for browsers that don't support 3d transforms. Going with the strict 'no-js' rule, I can't immediately think of a way to do feature detection. At the moment, this will work with 3d transforms for webkit, and 2d for firefox. But I'm not sure what'll happen when Firefox starts to support 3d... So be it. Enjoy.