Something I’ve been playing with lately is CSS3, exploring its capabilities to create animations and transitions.
During my research I’ve seen truly jaw-dropping demos and it seems like people is taking advantage of those capabilities to do really cool stuff. I thought I might try something myself, so I ended up doing this simple example of a Rubik’s cube, showing a mix of transitions, perspective, rotations and a pinch of jQuery (to update some of those values).
It is a bit disappointing that some of those capabilities only exist in some browsers, but hopefully one day that will change.
(1) See the demo here
(2) Demo & Code here - Please note I’ve used the “Prefix Free” js which allows you to write CSS not bothering about all the different browser’s prefixes (-moz, -webkit, -o). Really handy!








