Orientation controls for 3D CSS builds.
Import the script in your HTML:
<script src="https://unpkg.com/cocobean/coco.min.js"></script>
And add coco to an element:
document.querySelector('.3dCSS').coco();
Rotate by dragging, move with arrow keys.
document.querySelector('.3dCSS').coco(false);
var scene = document.querySelector('.3dCSS').coco();
scene.camera(x, y, z);
document.querySelectorAll('.3dCSS, .3dPlane').coco();
Check out this collection on Codepen.