kriadmin / css-rubiks-cube

Animated 3D Rubik's cube made with CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Rubik's Cube

This is a 3D Rubik's Cube demo made with CSS3.

As this demo uses advanced features from CSS3, some browsers will not be capable to support it. The newest version of Chrome should be sufficient as the demo was developed using Chrome.

CSS3 is extensively used, especially 3D transformations and transitions (animations).

JavaScript is used for generating sequence of random moves, and to add/remove classes to/from appropriate elements in order to trigger animations.

View Demo

License

This software is released under the MIT license.

About

Animated 3D Rubik's cube made with CSS

License:MIT License


Languages

Language:HTML 59.4%Language:CSS 21.3%Language:JavaScript 19.2%