Show HN: oriDomi - Fold up the DOM like paper
Just open sourced a library I've been working on that allows you to target any DOM element and manipulate it like paper.
The core of it works via CSS 3D transforms and it has no external dependencies.
Would love to hear feedback or see what others do with it. I'll add a section for examples in the wild soon.
http://oridomi.com
source: https://github.com/dmotz/oridomi
6 comments
[ 2.1 ms ] story [ 28.3 ms ] threadhttp://oridomi.com
You could also of course use folding animations on forms for entrance and exit effects, and then swap them out with non-oriDomi-ed forms in the callback.
I can't vouch for how robust this is -- especially for interactions -- but it seems to work at least superficially.