//RubixCubebyharlan-zw

RubixCube

A rubix cube that can be embedded on any page. Made in CSS3, HTML5 and JS.

0
0
0
JavaScript

RubixCube

A simple css 3d cube that can be embedded into your web applications. Will spin indefinetly.

To use simply add the script in:

<script src="rubix-cube.js"></script>

Then create an empty div in your web page where you want the cube to appear, example:

<div id="cube-container">
 <!-- Placeholder for cube contents, generated with js -->
</div>
[beta]v0.13.0