I would like to create an origami-like animation using WebGL or Canvas (without Flash!). The effect that I would like to reproduce is similar to the effect here .
A clear view of the final animation can be represented as follows for a cube:

I tried to use three.js , but I could not find a way to animate the only face of THREE.MASH. I also tried simple CSS3 animations, but it would be very difficult to animate a solid body with more than 6 faces - since it is not possible to create relationships between two or more faces.
- JS-? .
, , canvas2d - , !